This setting controls the maximum request size allowed for a file upload. This value is represented in kilobytes, and the default is 30000 KB (30 MB). If users need to upload files larger than 30000 KB, increase the maxRequestLength.
Note:
The maxRequestLength setting specifies the maximum request size for uploading files, not the maximum file size. Files uploaded through the Web Client are encoded when passed to the Application Server, resulting in a larger request.
For more information about this setting, refer to the Application Server module reference guide.