[issue4953] cgi module cannot handle POST with multipart/form-data in 3.x

Andy Harrington report at bugs.python.org
Thu Jan 13 21:47:07 CET 2011


Andy Harrington <aharrin at luc.edu> added the comment:

I found a similar issue.  If you want more simple files demonstrating the issue, I have attached some.  If I start my localCGIServer.py, then I can use adder.html fine (uses get), but with adderpost.html (uses post) the cgi action file, adder.cgi (that worked fine with the get version) hangs.

----------
nosy: +andyharrington
Added file: http://bugs.python.org/file20392/localCGIServer.py

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


More information about the Python-bugs-list mailing list