Hello;
When I upload data along with a file via a URL generated with
`blobstore.create_upload_url('/somepath')`, everything works as it should,
except that other form fields (to be precise, textarea fields with long
text) get to the handling code at /somepath (in the post handler) when
they are corrupted incurably.
The long texts end up with the string "= " inserted in them
systematically, and any unicode characters are similarly garbled. This
happens even when the form is given UTF-8 encoding. The corrupted strings
arrive as unicode.
I know that some other people have hit this, from having done many Google
searches, but I do not see any official acknowledgement of this. Can
anyone here give me any pointers?
Thanks.
--
Revence
--
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.