Help for this page
$fh = $query->upload('uploaded_file'); while (<$fh>) { print; }
my @filehandles = $query->upload('filename'); foreach my $fh (@filehandles) { ... } } }