Change the size limit for uploaded files

  1. Navigate to the site, which is located by default at C:\Program Files\Tungsten\TotalAgility\Agility.server.web.
  2. Use a text editor to open Web.config.
  3. Locate <appSettings> and update the MaxAIImageFileSizeKb key value as needed. The default file size is 20MB and the maximum limit is 2GB.
     <add key="MaxAIImageFileSizeKb" value="20480" />
  4. Save the file.
  5. Close the browser and restart the session.