Hi,

1) you don't need to store it anywhere, appengine will do that using the
generated upload uri before calling your servlet

I have a post about it using objective-c: http://goo.gl/e4q3u

On Sun, Jul 3, 2011 at 11:01 AM, dharma teja vooturi
<dharmas...@gmail.com>wrote:

> 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 advance
>
> On Jun 30, 11:40 am, andrew <aute...@gmail.com> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Bruno Fuster

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to