Upload a large file in the GLOBODOX Web Client

Upload a large file in the GLOBODOX Web Client

The below will set the upload limit to 500 MB.

  1. Take a backup of the 'web.config' file. This file is located in the 'C:\Inetpub\wwwroot\globodox web' folder.
  2. Once a backup is taken, open this file in a text editor like "NotePad" or "WordPad".
  3. In the text editor, locate the entry "<system.webServer>".
  4. Paste the following text below <system.webServer> in the web.config file...

     <security>
    <requestFiltering>
    <requestLimits maxAllowedContentLength="524288000" />
    </requestFiltering>
    </security>

  5. Save and close the 'web.config' file.
  6. Restart IIS.

 Now try adding a large file to the Web Client.