[issue9968] Let cgi.FieldStorage have named uploaded file

phep report at bugs.python.org
Mon Oct 4 00:21:57 CEST 2010


phep <patrice.pillot at teletopie.net> added the comment:

Well, this is actually somewhat more complicated than what my first tests showed due to the way multipart/form-data is dealt with in FieldStorage.read_multi().

The solution I proposed last time only works if the uploaded file is passed as the first form field.

I have to further study how things work in order to find some coherent solution.

I may not have time to go back to this issue before next week unfortunately.

phep

----------

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


More information about the Python-bugs-list mailing list