Cgi File Upload without Form

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sat Apr 28 01:59:46 EDT 2007


En Fri, 27 Apr 2007 18:10:42 -0300, <Karsten.G.Weinert at googlemail.com>  
escribió:

> what is the simplest way to upload a file (or a long string) to a
> server using cgi/python?
>
> Since I want to upload the data programmatically, a form based
> solution is not good. I am not experienced with SOAP/WSDL and I
> believe that would be more difficult than necessary. The client
> program I have to use does not support FTP.

I don't understand your question. Do you control the server, the client,  
or both? Which one is in Python?

-- 
Gabriel Genellina



More information about the Python-list mailing list