multipart/form-data in an HTTP client

Anthony Baxter anthonybaxter at gmail.com
Wed Sep 1 11:11:21 EDT 2004


On Wed, 01 Sep 2004 14:52:33 GMT, Nelson Minar <nelson at monkey.org> wrote:
> There are some implementations of multipart/form-data on ASPN:
>   http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146306
> urllib2_file seems to meet my needs, but I'm not wild about how it's
> implemented. Is there some other recommended way to do
> multipart/form-data uploads with HTTP in Python?

I like ClientForm. I hope one day it or something like it will be in the stdlib.



More information about the Python-list mailing list