Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    ...
       my $mimetype = $q->uploadInfo($file)->{'Content-Type'}; # line 804
       return $mimetype;
    }
    
  2. or download this
    $checks{'data'} =~ tr/\0//d;