In order to allow large files to be uploaded, modifications must be made to the Web.config files for both the Web Client and Application Server. These modifications must be made if files being uploaded are expected to exceed 30MB.
The following changes in the Web.config file must be made to allow large files to be uploaded:
-
maxRequestLength. Increase this value to at least 4096000.
-
executionTimeout. Increase this value to at least 7200.