You are currently reviewing an older revision of this page.

DRAFT KB-XXXX File upload loading forever

Symptoms

When a user is uploading a file, the file upload never finishes. For example in the Import application as seen below:

 

Cause

Apache Web Server contains a value that is limiting the file upload size.

For more information see Apache documentation:

https://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody

Action

increase the LimitRequestBody to a value that will satisfy your file requirements.

 LimitRequestBody 0

You can add this directive using your .htaccess file or the httpd.conf file.

Setting this value to 0 removes any file size restriction