I have followed the examples for uploading images using the
blobstore. I am able to upload images to the development server
fine. However when I deploy my code to the live servers the redirect
after upload does not work.
Here are some details:
-- everything works fine on the development server ( version 1.3.5 )
-- example url = "/imgupload"
-- I use blobstore.create_upload_url("/imgupload")
-- I can see the image in the blob viewer through the dashboard so the
file upload works
-- after the upload finishes I see my upload url the address bar "/
imgupload" but there is no source for the page
-- there are not any logs created
With the lack of logs / error messages / source I am having trouble
debugging what is happening on the app engine server.
Has anyone seen this before?
Thanks for the help
Tim
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.