Hi All,

I try to upload file to my perl upload program and I have restricted
the file upload with 100KB ($CGI::POST_MAX = 1024 * 100;), when a
uploaded file exceed the size limit, an error message will be shown by
calling $query->cgi_error().

It's working fine with all type of files but except for file with the
image content. When the file with image content exceed the size limit,
it show the following error at internet explorer:

"The page cannot be displayed

Cannot find server or DNS Error
Internet Explorer "

Please help and advice.

Thanks & Regards,
Leo


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to