Help for this page
<FORM ACTION="myupload.cgi" METHOD="POST" ... <input type=file size=50 maxlength=100000 name="thefile"> [...other input tags...] </FORM>
use CGI; ... while(<$filename>) { # do something with the data. }