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.


    • Related Articles

    • Auto-login to GLOBODOX Web Client

      You can now configure auto-login for the GLOBODOX Web Client. This is useful when integrating GLOBODOX Web Client with other applications. In some such integrations, customers embed GLOBODOX Web Client URLs in their application. Users of such an ...
    • GLOBODOX Client Silent Installation

      Step 1: Create an INF file (This file will store all the wizard settings that you configure when running the manual setup for a Client Machine) Download the GLOBODOX setup on the Client machine, please don't run the setup yet. The name of GLOBODOX ...
    • Can the view-only access license be used to login using the web browser based interface of Globodox (Globodox Web Client)?

      Yes, the view-only license can be used to login via the desktop client or the web browser based client of GLOBODOX.
    • Migrate Globodox v10 MSSQL DB

      Step 1: Backup DB on old machine Follow instructions from the link below to take a backup of the MSSQL DB... https://www.globodox.com/support/help/index.htm?backup_a_ms_sql_db_main.htm Note: Make sure you take a backup of all the DBs. Make sure you ...
    • Migrate v10 Globodox MySQL DB

      Step 1: Backup DB on old machine Follow instructions from the link below to take a backup of the MySQL DB... https://www.globodox.com/support/help/index.htm?backup_a_mysql_based_db.htm Note: Make sure you take a backup of all the DBs. Make sure you ...