[issue3244] multipart/form-data encoding

Forest Bond report at bugs.python.org
Fri Jun 4 14:48:50 CEST 2010


Forest Bond <forest at alittletooquiet.net> added the comment:

Éric,

Sorry, I just read your message.

I'll post a new patch with a module docstring.

I believe cgi.FieldStorage is only useful for parsing (i.e. on the server side).  MIMEMultipartFormData is for generating multipart/form-data messages (i.e. on the client side).

Thanks,
Forest

----------

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


More information about the Python-bugs-list mailing list