I have found my error. It fails in development mode in local and not when
I deploy it in GAE. My fault was that when create the url to the
blobservice (
blobstoreService.createUploadUrl("/upload"))
it returns a url like this: http://*my_host_name*:8888/_ah/key_to_blob and
it should return http://*127.0.0.1*:8888/_ah/key_to_blob . I have fixed
this when I'm working on local, and all works ok. :D
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/lcX-O5p9xyoJ.
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-web-toolkit?hl=en.