Help for this page

Select Code to Download


  1. or download this
    my $filename = $cgi->param('filename');
    my $fh = $cgi->upload('filename');
    my $type = $cgi->uploadInfo($filename)->{Content-Type};