- or download this
use CGI;
...
$bytes /= 1000;
return "File '$upname' uploaded. $bytes Kb received successfully.<br
+>\n";
}
- or download this
<FORM
METHOD="POST"
...
ENCTYPE="multipart/form-data">
<INPUT TYPE="file" NAME="upload_file" SIZE="42">
</FORM>
- or download this
use CGI;
print CGI:VERSION;