New submission from Myroslav Opyr:

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

----------
components: Library (Lib)
messages: 235688
nosy: Myroslav.Opyr
priority: normal
severity: normal
status: open
title: RFC6266 support
type: enhancement
versions: Python 2.7, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23434>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to