I tried doing that ...but i had two problems
1)where should i store the file in servlet.
2)how should i simulate the "blobstoreService.createUploadUri("/
uploadimage")" as "action=" part in the app engine code.
:( . Can any one write a blog about how to do it..
Its unresolved to many..
thanks in advanceOn Jun 30, 11:40 am, andrew <[email protected]> wrote: > Write a servlet that accepts a multi-part mime post with image as one > part. Parse out and save file part to blobstore. > > In Android app, add Apache HTTP multi-part JAR to project and use > FileBody to add image file as a part and post to server. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
