ConfigurationFile Size Requirements

File Size Requirements

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:
  • Locate the <system.web> configuration section;
  • 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