[issue1817] module-cgi: handling GET and POST together
Alexandre Fiori
report at bugs.python.org
Sun Jan 13 02:58:57 CET 2008
New submission from Alexandre Fiori:
It looks like module-cgi cannot handle GET and POST together when using
FieldStorage. For instance, a <form action="script.py?key=value"
action="post"> is available through cgi.FormContent but not
cgi.FieldStorage when there are other <input> in the html form.
Very strange.
----------
messages: 59848
nosy: alef13
severity: normal
status: open
title: module-cgi: handling GET and POST together
versions: Python 2.5
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1817>
__________________________________
More information about the Python-bugs-list
mailing list