HTTP POST uploading large files

Paul Rubin http
Sun Jan 20 12:13:20 EST 2008


Wolfgang Draxinger <wdraxinger at darkstargames.de> writes:
> Am I just blind for some urllib2/httplib feature, or some other
> library? Or do I really have to fiddle around with sockets
> myself (I hope not...).

I did something like that by just opening a socket and writing the
stuff with socket.sendall.  It's only about 5 lines of code and it's
pretty straightforward.



More information about the Python-list mailing list