(newbie alert) This is what I have so far:
http://patriot.net/~ramon/upload_facility.html The code is shown below. It seems I need that actual script that performs the file transfer. I would prefer it in Python. TIA, -Ramon --------------------------------------- <html> <body> <br /> <form action="upload_file.php" method="post" enctype="multipart/form- data"> <label for="file">Name of file to be uploaded:</label> <input type="file" name="file" id="file" /> <br /> <br /> <input type="submit" name="submit" value="Upstream like the salmons!" /> </form> </body> </html> -- http://mail.python.org/mailman/listinfo/python-list