in reply to NeverMore
That would at least narrow down the problem by half telling you if the problem is in the FTP or in the filehandle coming out of the upload. (be sure to upload a TEXT file when you test this or it could look real ugly).while(<$file2>){ print }
And you've probably already gotten this, but make sure that your form is configured as follows to allow for file uploads:
Also you should double-check that your stufferror function was not reached. Catching errors messages from CGI's can be tricky.<form method="post" enctype="multipart/form-data">
|
|---|