maxRequestLength - Mobile Access for iPhone - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Mobile Access for iPhone

Platform
OnBase
Product
Mobile Access for iPhone
Release
Foundation 23.1
License
Standard
Essential
Premier

The maxRequestLength setting controls the maximum request size allowed for a file upload. This value is represented in kilobytes, and the default value is 20480 KB (20 MB). If users need to upload files larger than 20480 KB, increase the maxRequestLength value. This setting is found in the httpRuntime element in the Mobile Applications Broker Server's Web.config file.

  • The maxRequestLength setting specifies the maximum request size, not the maximum file size. When a file is sent from the Mobile Applications Broker Server to the Application Server, the request size is larger than the file size due to encoding. The Application Server's default maxRequestLength value is 30000 KB.