Re: [appengine-java] Image Upload From Android Phone

2011-06-28 Thread Bruno Fuster
Hi, You need to provide a resource that returns the upload URI (blobstoreService .createUploadUrl("/uploadImage")) and call it before uploading for real. Then post to that new URI with the image data. On Tue, Jun 28, 2011 at 5:59 AM, dharma teja vooturi wrote: > Hi all, > I am work

[appengine-java] Image Upload From Android Phone

2011-06-28 Thread dharma teja vooturi
Hi all, I am working on an android app which needs a functionality to uploading an image to the server . The app engine documentation has an example which explains how to use blobstore from a web client. Is there a similar way for a mobile client ? thanks in advance -- You rece