ConfigurationFile Size Requirements

File Size Requirements

Sana Commerce 8.3
Your provider

File Size Requirements

By default the maximum allowed file size is 20 Mb. If you need to upload files that have a bigger size, you have to change the 'web.config' file of the backoffice:

Step 1: Locate the <system.web> configuration section.

Step 2: Search for the line: 

<httpRuntime maxRequestLength="20480" requestLengthDiskThreshold="2000"/>

and change the value of the parameters 'httpRuntime maxRequestLength' and 'requestLengthDiskThreshold'. This value specifies the maximum file size in kilobytes.

ConfigurationFile Size Requirements