The File Uploader will upload a file to your web space and keep a log in either a MySQL database or a text file of the files submitted. Place a simple form on your site and then post the information to a CGI that will handle uploading the file and adding the information to the datafile selected. If you have chosen MySQL you can easily create a page listing the files that have been submitted to your site.
upload.pl is simple CGI perl script to upload files using netscape 2.0+ or Internet Explorer 4.0+. The program uses the excellent CGI.pm perl module (part of standard perl now). To upload a file, the user must authenticate. The script uses a text file as a user database. The text file contains the vertical bar separated userid, Unix crypted password and user's upload path.
This program will upload any ASCII and binary files into an upload directory on your Web server. If the file directory is not already cataloged, this software will create it for you.