csUpload allows users to upload files to a server and automatically add to an HTML file for viewing from a web site. Features: Create multiple pages/sets of file uploads; Upload files and add descriptions that act as links to that file; Add, Modify, Delete links to the files from an easy to understand management page; HTML files use template files that can be modified to match your web site; All style settings are adjusted using a web based interface; and Include code added to management page for easy reference.
This script allows for people using browsers that are RFC1867 compliant to upload files directly through their web browser to your server. Administrators can configure for each users where file will be uploaded. This script is ideal for administrator's who want to allow users to upload files, but don't want add a FTP account.
uldemo is a simple script that implements an example of Netscape file upload. It does not provide any security measures. So, you may want to give it an obscure name and don't link anything to it.
upload.pl is a simple CGI perl script to upload file using netscape 2.0+ or Internet Explorer 4.0+. The program uses the CGI.pm perl module. To upload a file, the user must validate herself. The script uses a text file as a user database. The text file contains the colon separated userid, Unix crypted password and user's upload path.