Modifying the Maximum Upload Size Limit.

July 15, 2005 | KB: 1000783
Web Access 7

Web Access imposes a size limitation when uploading files to the Laserfiche repository. The default size limit for an electronic file is 100 MB.

More Information

The default document upload size limit is set in the Settings.inc file located in the Web Access installation folder.

To edit the default upload file size limit

  1. From a text editor, open the settings.inc file. By default, this file can be found in C:\Program Files\Laserfiche\Web Access\ASPs.
  2. Look for a line that reads "Const MAX_UPLOAD_SIZE = 100 * 1024 * 1024".

    Note: This value is set in bytes, thus 100 * 1024 * 1024 bytes = 102400 KB = 100 MB

  3. To change the limit, replace the "100" with the new limit in megabytes. For example, to set the upload limit to 200 MB, change the value to 200 * 1024 * 1024.

Note: Web Access assigns an upload size limit as a safeguard against time-out issues.