Upload API

I was looking at what would be involved to write a upload app or plugin for iPhoto that would maintain keywords, titles, etc to zenPhoto. What I'm not seeing is an exposed API for uploading, editing, etc.

I checked out a few of the utilites written (Windows Photo Gallery plugin and the Flicker importer) and they are just working through the raw URLs to upload. Is that all there is? No standard API that's documented? RESTful hopefully?

Comments

  • If your application is to be run from the client PC it will have to use HTTP or FTP uploads unless you create a script that it iterfaces to. The two upload scripts in use by Zenphoto assume that the upload was initiated from a server script so that things like logged-in status are known.
Sign In or Register to comment.