Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    close UPLOADFILE;
    
  2. or download this
    <form name="frmUpload_File" method="POST" action="upload.cgi" enctype=
    +"multipart/form-data">
    File to Upload: <input type="file" name="file" />
    <p><input type="submit" name="submit" value="Submit" />