James Kelty wrote:

> I have written the below script for file uploading, but the script seems to
> be a little fickle.
> Very small text files upload with no problem at all, but slightly larger
> (76k) Word docs and Excel spread sheets
> seem to make the script time out. I can see the /tmp/CGIxxxxxx2768 type
> files being created, but I still get a timeout.


perldoc CGI

search for $CGI::POST_MAX

> # Set the cgi param for the file name...
> my $file = $cgi->param('file');


also read about the upload() method, which may give you more success 
with uploading binary files.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to