- or download this
<input type="file" name="file1">
- or download this
my $filename = $cgi->param('file1');
- or download this
my $fh = $cgi->upload('file1');
- or download this
my $content_type = $cgi->uploadInfo($filename)->{'Content-Type'};
- or download this
upload_file('file1');
upload_fiel('file2');
sub upload_file {
my ($param_name) = @_;