Help for this page

Select Code to Download


  1. or download this
    use CGI;
    
    ...
        $bytes /= 1000;
      return "File '$upname' uploaded. $bytes Kb received successfully.<br
    +>\n";
    }
    
  2. or download this
        <FORM
         METHOD="POST"
    ...
         ENCTYPE="multipart/form-data">
            <INPUT TYPE="file" NAME="upload_file" SIZE="42">
        </FORM>
    
  3. or download this
    use CGI;
    print CGI:VERSION;