Hi, In my project there is a file uploading part using blobs. My
requirement is to upload an image to the cloud and at the dame time
display it on the client-side GUI.

But in this project no JSP files are allowed to use.
(I have created the Upload class(servlet) and the Serve class(servlet)
at the server side)

So in the form, I set the form action using a RPC because I couldn't
do the createURL() in the client side straightaway.
So using a RPC I created a a URL and then set the form action.

Now the problem I'm having is how can I get the bolbkey back into the
client-side. I saw in some examples saying that the HTTP response has
this blob content.
But I couldn't figure out how to get it at the client side.

Please somebody tell me how to do that?

thanks in advance...

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

Reply via email to