showdllst.pl wrdllst.pl

See the other CGIs Japanese Page


Functions
    File uploader
  • File upload
  • Display a list of linked files
  • Deletable
  • Maximum file upload size is 10MB.
  • There is an upgreated version of Updown which has password protection and easy setup function.
Installatoin
  1. Put showdllst.pl, wrdllst and cgi-lib.pl into a CGI executable directory.
  2. Create a new directory where to store uploaded files.
  3. Modify the Perl path of the first line of the showdllst.pl and wrdllst.pl to match your server environment.
  4. Modify permission of the showdllst.pl and wrdllst.pl properly.
  5. Modify "$dldir = "../download";", "$dllistfile = "$dldir/download.lst";" in showdllst.pl, wrdllst.pl as you like. $dldir is a directory where the uploaded files are stored. $dllistfile is a file list file.
  6. Execute showdllst.pl on your browser.
Security
    The permission of the updated files are automatically modified to 0666. However, any files can be updated by anyone. To have tight security, it is recommended that the directory where the files will be stored should not be a CGI executable by server setting.
Sample and Source
    Sample
    showdllst.pl wrdllst.pl cgi-lib.pl

    Support forum