Help for this page

Select Code to Download


  1. or download this
    my $cgi = new CGI;
    my $info = $cgi->uploadInfo( $filename );
    print "uploadInfo:<br>";
    map {print "  $_: " . $info->{$_} . "<br>\n" } sort keys %$info;
    
  2. or download this
    uploadInfo: 
      Content-Disposition: form-data; name="file";filename="C:\cool\file.t
    +xt"
      Content-Type: text/plain