Hi,
When I try to upload a file that is larger than 50 MB with the Filemanager (multi-upload) tool it gives a message that the file size exceeds the limit of 50 MB.
Where can I change the limit ?
-Emil
Hi,
When I try to upload a file that is larger than 50 MB with the Filemanager (multi-upload) tool it gives a message that the file size exceeds the limit of 50 MB.
Where can I change the limit ?
-Emil
In web.config. Change the value in the maxRequestLength attribute of configuration/system.web/httpRuntime.
Sorensen wrote:
In web.config. Change the value in the maxRequestLength attribute of configuration/system.web/httpRuntime.
Hi Lars,
Yea that was what I thought as well, but it's already set to a limit of 204800 kbytes.
httpRuntime executionTimeout="180" maxRequestLength="204800" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="true"
So i think there's another limit set somewhere. Because the "multi-file" upload tool shows the message "file exceeds limit of 50 mb".
-Emil
Have you tried setting Control panel -> Filemanager -> Upload to "Single file upload"?
Sorensen wrote:
Have you tried setting Control panel -> Filemanager -> Upload to "Single file upload"?
I just learned from DW support that there is a fixed limit of 20 MB for any upload to the Dynamicweb CMS. :-(
Emil Muller wrote:
Sorensen wrote:
Have you tried setting Control panel -> Filemanager -> Upload to "Single file upload"?
I just learned from DW support that there is a fixed limit of 20 MB for any upload to the Dynamicweb CMS. :-(
There is a fixed limit of 50 mb for each file and 100 MB total in one upload. This goes for both multi and single file upload.
I've just changed the source to 100/200 MB - this will go for coming releases.
Sorry for the inconvenience.
You must be logged in to post in the forum