[Tutor] Re: File upload with Python?

Lee Harr missive at hotmail.com
Thu Feb 26 18:48:13 EST 2004


>Where can I find functions for web-based file upload using Python?
>
>Also, is there a way to count the number of connections to a =
>server/directory/file by unique IP and display this number?
>


Please send only plain text to the list (not html)

Depends. Do you want to upload files?
http://python.org/doc/current/modindex.html
http://python.org/doc/current/lib/module-ftplib.html
http://python.org/doc/current/lib/module-urllib2.html

Or do you want to start a server?
http://python.org/doc/current/lib/module-BaseHTTPServer.html
http://www.twistedmatrix.com/


Logging connections can be done. The details will depend on
which server you are using.

_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail




More information about the Tutor mailing list