A new Flexera Community experience is coming on November 25th. Click here for more information.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Summary

While document uploads you get the following error: Maximum request length exceeded.

Symptoms

While document uploads you get the following Spider error:

Maximum request length exceeded.

 

Cause

The default size is set to 4MB (4096). This normally is sufficient for web applications. But if big attachments need to be uploaded this needs to be changed.

 

 

Resolution

Change the configuration key maxRequestLength to the reqired value (in KB)

Example:

<system.web>
    <httpRuntime maxRequestLength="11000"/>

 

 

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Aug 27, 2019 05:19 AM
Updated by: