[issue15564] cgi.FieldStorage should not call read_multi on files

Christian Boos report at bugs.python.org
Tue Jan 1 21:10:22 CET 2013


Christian Boos added the comment:

I think that reverting to a read_single() when the read_multi() fails could do the trick here. At least this approach seems to work for uploading .mht files. See also http://trac.edgewall.org/ticket/9880.

----------
nosy: +cboos

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15564>
_______________________________________


More information about the Python-bugs-list mailing list