I'm performing a POST to a Blobstore URL with a textarea field (and several other fields). The textarea field is getting converted to MIME quoted-printable format.
Is there something I am doing wrong or is this an issue with App Engine? I am using multipart/form-data POST as instructed by the documentation for Blobstore uploads, and my page is UTF-8. I am able to work around this issue by decoding the string using the Python quopri module. Also, please note this does not happen on my dev server, only in production. -- 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.
