Description
When you attach a large file to a form, the form fails to submit.
Cause
There is a data limit for each form.
Affected Versions
All versions.
Solution
- Access the
web.config
file. - Edit the following node, which determines the maximum request size (in Kb), according to your organization's requirements.
<httpRuntime maxRequestLength="4096"/>
Note: If there is limited bandwidth between the client and the Cora SeQuence server, uploading a large attachment might still fail.