I have a method which is basically an API where a caller uploads an image and some metadata properties. The method needs to verify the user's credentials and then process the image and create several thumbnail sizes of the image and save them all to the blobstore.
What I'm trying to do is get the url from blobstore.create_upload_url and then issue a POST call to that url myself with my images. I've been running into a lot of problems creating the creating the multipart/form-data request and making this work.. Has anyone used this approach with the blobstore API? Can anyone provide a sample that performs this call? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
