Upload a large file in the GLOBODOX Web Client
The below will set the upload limit to 500 MB.
- Take a backup of the 'web.config' file. This file is located in the 'C:\Inetpub\wwwroot\globodox web' folder.
- Once a backup is taken, open this file in a text editor like "NotePad" or "WordPad".
- In the text editor, locate the entry "<system.webServer>".
- Paste the following text below <system.webServer> in the web.config file...
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="524288000" />
</requestFiltering>
</security>
- Save and close the 'web.config' file.
- Restart IIS.
Now try adding a large file to the Web Client.