File upload in python module?
Oleg Broytmann
phd at phd.pp.ru
Tue Oct 30 08:08:52 EST 2001
On Tue, Oct 30, 2001 at 07:53:48AM -0500, Wayne Ringling wrote:
> I am working on a web project that needs a way to upload a gif or jpg (or
> any file I guess) to a web server via the web interface. I have seen them in
> perl and java. I am trying to use all python. Is there a python module or
> script already done to handle this? I looked thru the module list at
> python.org but didn't see anything that looked like it would handle it.
> Maybe I missed it. Any pointers or ideas. Thanks
cgi.py handles uploads, too.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd at phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.
More information about the Python-list
mailing list