New submission from Chris AtLee <[EMAIL PROTECTED]>: 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 ---------- components: Library (Lib) messages: 69015 nosy: catlee severity: normal status: open title: multipart/form-data encoding type: feature request versions: Python 2.7 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3244> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com