Help for this page
$req = new CGI; $file = $req->param("FILE1");
<form method=\"POST\" action=\"/cgi/upload.pl\" ENCTYPE=\"multipart/fo +rm-data\"> ... <input type=\"file\" name=\"FILE1\"> ...