G
Goncalo
Hi.
I'm having a problem uploading a file in asp.net.
In Web.config file, httpRuntime as the default
MaxRequestLength to 4 Mbytes.
Then I upload a 5 MByte file.
IIS protects itself and shows an 404 - File Not Found
Exception.
How can I overload this? Can I redirect to a diferent
page? Can I display a message saying that the file is too
big?
Thank's in advance
goncalo
I'm having a problem uploading a file in asp.net.
In Web.config file, httpRuntime as the default
MaxRequestLength to 4 Mbytes.
Then I upload a 5 MByte file.
IIS protects itself and shows an 404 - File Not Found
Exception.
How can I overload this? Can I redirect to a diferent
page? Can I display a message saying that the file is too
big?
Thank's in advance
goncalo