"Chuck" wrote: > Hi, can anyone provide or point me in the direction of a simple python > file upload script? I've got the HTML form part going but simply > putting the file in a directory on the server is what I'm looking for. > Any help would be greatly appreciated.
upload how? WebDAV? scp? FTP? if the latter, the third script on this page is about as simple as things can get: http://effbot.org/librarybook/ftplib.htm </F> -- http://mail.python.org/mailman/listinfo/python-list