When a user attempts to upload a file over 30 MB, the upload instantly fails with a 404 (Page Not Found) error. No other error information is received.
If your webserver is running URLscan version 2.5 or above, this problem is most likely caused by a default setting in URLScan which limits the size of HTTP requests to 30 MB. The upload fails instantly because IIS cuts the connection as soon as it checks ContentLength header of the HTTP Request.
|