This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author catlee
Recipients catlee
Date 2008-06-30.18:04:18
SpamBayes Score 0.0046627903
Marked as misclassified No
Message-id <1214849078.87.0.171093103517.issue3244@psf.upfronthosting.co.za>
In-reply-to
Content
The standard library should provide a way to encode data using the
standard multipart/form-data encoding.

This encoding is required to support file uploads via HTTP POST (or PUT)
requests.

Ideally file data could be streamed to the remote server if httplib
supported iterable request bodies (see issue #3243).

Mailing list thread:
http://mail.python.org/pipermail/python-dev/2008-June/080783.html
History
Date User Action Args
2008-06-30 18:04:39catleesetspambayes_score: 0.00466279 -> 0.0046627903
recipients: + catlee
2008-06-30 18:04:38catleesetspambayes_score: 0.00466279 -> 0.00466279
messageid: <1214849078.87.0.171093103517.issue3244@psf.upfronthosting.co.za>
2008-06-30 18:04:19catleelinkissue3244 messages
2008-06-30 18:04:18catleecreate