On Wed, Jun 26, 2013 at 9:58 PM, ben younes raed <raed...@gmail.com> wrote:

> Infact i have this massage now after uploading : Google Chrome is not able
> to find the page: xn--rad-pc-cva:8888.
>

You might have something wrong with your development environment, because
the code is just fine. You may need to upgrade your version of the SDK, and
perhaps Eclipse itself.

The intention behind the code is that the Blobstore creates a temporary
URL, where the image is POSTed to. The blobstore saves the files, redirects
the user to your app and gives the app a blobkey, then you use the blobkey
to download the file back. It looks like you're getting 404s when the app
isn't even being used (i.e. your self reported error of "Google Chrome is
not able to find the page: xn[your pc]:8888").

I'm running the version of the code here:
https://developers.google.com/appengine/docs/java/blobstore/#Complete_Sample_App
with
no problems. Here's a picture of my Google Chrome inspector showing a
successful upload, then re-downloading the file back to me:
http://imgur.com/bNssdMk .


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to