use CGI; $CGI::POST_MAX = 4000; $CGI::MULTIPART; ### Doesn't seem to be needed in script for reading form data, but I put it here in desperation $fdata = CGI->new(); $Test_Field = $fdata->param('UploadedFile'); print"$Test_Field";exit;