As in title: I'm playing with the picnik API and wondering if there is a way to programatically send picnik the image data as if the user uploaded the image themselves.
I'm looking at doing it this way because the site is a CMS and I can't pass picnik a URL to get the image as the site is behind a login.
So essentially:
PHP loads the image from the disk and then generates a page containing a form which has this image data loaded into it already. Clicking the submit button sends the request to picnik and they get the image.
Is this possible, or is there a better way?
Reference: http://www.picnik.com/info/api/tutorials/sending-images-in