[Python-talk] Generating form data multipart MIME for httplib,
Ben Scott
dragonhawk at gmail.com
Thu Apr 27 17:20:56 EDT 2006
On 4/27/06, Bill Freeman <f at ke1g.mv.com> wrote:
> What the site in question expects is a POST request whose Content-Type is
> multipart/form-data with an extra parameter of boundary=...
Wild speculation here: I know I've seen reference to web browsers
implemented in Python. Do any of them handle HTTP file uploads? If
so, there's a good chance you could steal the code from them.
-- Ben
More information about the Python-talk
mailing list