Script to upload Files via http/cgi

Fredrik Lundh fredrik at pythonware.com
Tue Dec 19 04:09:41 EST 2006


Richard Konrad wrote:

> Does anyone know about a python-script to upload Files via http/cgi?

do you want the script to do the actual upload at the client side
(i.e. behave like a browser) or to handle the uploaded data on the 
server side?  for the latter, see this:

     http://docs.python.org/lib/cgi-intro.html

</F>




More information about the Python-list mailing list