Developer forum

Forum » CMS - Standard features » File upload limit in "Files"

File upload limit in "Files"

Aki Ruuskanen
Aki Ruuskanen
Reply

Hi,

Is there any other limits today in file upload in "Files" than what can be configured in web.config and "maxAllowedContentLength". 

Is saw some old forum posts that talks about 50mb and 100mb filesize limits. 

The documentation does not menation anything about limits. 

https://doc.dynamicweb.com/documentation-9/files#sideNavTitle1-4

 

I'm asking because we get an error with a very large zip-file (700mb). 

Regards / Aki


Replies

 
Vladimir Shushunov Dynamicweb Employee
Vladimir Shushunov
Reply

Hi Aki,

you could try to change  maxRequestLength attribute in httpRuntime section of webconfig.

(and probably increase executionTimeout!)

Best regards,

Vladimir

 
Vladimir Shushunov Dynamicweb Employee
Vladimir Shushunov
Reply

PS Default value in DW  maxRequestLength="512000" (512Mb)

 
Aki Ruuskanen
Aki Ruuskanen
Reply

Still no luck. 

The maxRequestLength is set to "1073741824".

From web.config:

<httpRuntime executionTimeout="600" maxRequestLength="1073741824" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" appRequestQueueLimit="100" enableVersionHeader="false" requestValidationMode="2.0" requestPathInvalidCharacters="&lt;,,*,%,:,\,?" maxUrlLength="2000" relaxedUrlToFileSystemMapping="true" />

The "Upload manager" says "Unhandeled error".

Regards / Aki

 

 

 

You must be logged in to post in the forum