hi,
   when blobstoreService.createUploadUri("/uploadimage") is used in
the form it has access
to the file on the desktop if it is a webclient.I am not using webview
in android .
 I used httpclient  to post key value pairs it worked fine...but with
images this api comes in between.

What do u mean uploading it for real ...i did not understans

thanks in advance



On Jun 29, 9:34 am, Bruno Fuster <[email protected]> wrote:
> 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
> <[email protected]>wrote:
>
>
>
> > 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 received this message because you are subscribed to the Google Groups
> > "Google App Engine for Java" group.
> > To view this discussion on the web visit
> >https://groups.google.com/d/msg/google-appengine-java/-/R7cR1tmgW4UJ.
> > 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.
>
> --
> 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 [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.

Reply via email to