Attachments on the mobile site

We recommend that you do not change the parameters regarding attachment size shown in the table below.

system.web and system.webServer

Parameter Default value Description
maxRequestLength 134217728

The maximum allowed size of attachments sent from the Mobile Client in bytes.

maxAllowedContentLength 134217728

The maximum allowed size of attachments sent from the Mobile Client in bytes.

The fields maxRequestLength and maxAllowedContentLength, described in the table above, can be edited in configuration > system.web > httpRuntime @maxRequestLength and configuration > system.webServer > security > requestFiltering > requestLimits @maxAllowedContentLength.

Ensure that the webmanifest file type is enabled in configuration > system.webServer > staticContent:

<remove fileExtension=".webmanifest"/>

<mimeMap fileExtension=".webmanifest" mimeType="application/manifest+json" />