This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Myroslav.Opyr
Recipients Myroslav.Opyr
Date 2015-02-10.14:54:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423580087.81.0.367611213854.issue23434@psf.upfronthosting.co.za>
In-reply-to
Content
cgi.FieldStorage has problems parsing the multipart/form-data request with file fields with non-latin filenames. It drops the filename parameter formatted according to RFC6266 [1] (most modern browsers do). There is already python implementation for that RFC in rfc6266 module [2].

Ref:
 [1] https://tools.ietf.org/html/rfc6266
 [2] https://pypi.python.org/pypi/rfc6266
History
Date User Action Args
2015-02-10 14:54:47Myroslav.Opyrsetrecipients: + Myroslav.Opyr
2015-02-10 14:54:47Myroslav.Opyrsetmessageid: <1423580087.81.0.367611213854.issue23434@psf.upfronthosting.co.za>
2015-02-10 14:54:47Myroslav.Opyrlinkissue23434 messages
2015-02-10 14:54:47Myroslav.Opyrcreate