Change the size limit for uploaded files
- Navigate to the site, which is located by default at C:\Program Files\Tungsten\TotalAgility\Agility.server.web.
- Use a text editor to open Web.config.
-
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" /> - Save the file.
- Close the browser and restart the session.