Developer forum

Forum » Development » Upload limit of 50Mb

Upload limit of 50Mb


Reply

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


Replies

 
Reply

In web.config. Change the value in the maxRequestLength attribute of configuration/system.web/httpRuntime.

 
Reply
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

 
Reply

Have you tried setting Control panel -> Filemanager -> Upload to "Single file upload"?

 
Reply
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. :-(

 

 

 
Nicolai Høeg Pedersen
Reply
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