Hi
I'm using GAE (Java) as the backend server for iPhone app, and using
blobstore for storing photos & videos uploaded from iPhone.

Is there a way to simplify the API for the iPhone client so for each
file upload only one http request will be needed?

Today we're using 2 steps flow, the first http request is calling
blobstoreService.createUploadUrl and creating the URL that is used in
the second http request that is uploading the file, this flow is more
complex and has much more corner cases that the usual one http upload
call.

Thanks
Oren.

-- 
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.

Reply via email to