Hello,

Is there any good reason for:

"create_upload_url(success_path)
...
The handler at that path can process the rest of the form, and must
return a response with an HTTP redirect code (301, 302, 303)."

It makes form validation a PITA - in case of invalid input I have to
use some kind of storage to pass the submitted data across a redirect
just to show the errors. And it forces a request extra.

Created an issue for that:
http://code.google.com/p/googleappengine/issues/detail?id=4184

-- 
Best Regards
Piotr Jaroszyński

-- 
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.

Reply via email to