Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT 
    
    ...
    print "<p>Size of photo is $total_bytes bytes.</p>"; # Added line if d
    +esired.
    print "</body>";
    print "</html>";
    
  2. or download this
    <FORM ACTION="http://192.168.1.50/cgi-bin/upload2.pl" METHOD="post" EN
    +CTYPE="multipart/form-data">
    Photo to Upload: <INPUT TYPE="file" NAME="pic">
    ...
    
    <INPUT TYPE="submit" NAME="Submit" VALUE="Submit Form">
    </FORM>