in reply to Problematic UploadFile() method in CGI.pm
$fh = upload('uploaded_file'); while (<$fh>) { print; } [download]
Hope that helps