Help for this page

Select Code to Download


  1. or download this
    print "<FORM METHOD=\"post\" ENCTYPE=\"multipart/form-data\">\n";
    print "<INPUT TYPE=\"FILE\" SIZE=\"25\" NAME=\"UPLOAD\">\n";
    ...
    print "<input type=\"hidden\" name=\"password\" value=\"$password\">\n
    +";
    print "<input type=\"submit\" value=\" Send File \">\n";
    print "</FORM>\n";
    
  2. or download this
    $dir = '/Full/path/to/ul/dir';
    $filename = $input{'UPLOAD'};
    ...
    }
    
    close UPLOADFILE;