For different reasons I had to 'wrap' the blobstoreservice servlet with my
own one. Maybe it could work for you as well.

On Mon, Jun 14, 2010 at 7:19 PM, Vishal Singh <singh.vi...@gmail.com> wrote:

> I am using GWT and Google App Engine Java for my application. I have a
> profile screen where user enters profile information like name, age
> and address, saves it and gets success or failure message. I developed
> this initial application using GWT-RPC and it worked fine. I had a new
> requirement where I have to store image of the user. I am using
> BlobstoreService to store images. This has created complications in
> the flow. I had to use FormPanel as it is the only way to do a
> FileUpload in GWT. The BlobStore service servlet expects a redirect on
> completion. As a result it cannot now return any status back to my GWT
> application once the profile is saved. Is there easy to store images
> using GWT along with other form fields and show a status message back
> to user once the profile is saved.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to