Developer forum

Forum » CMS - Standard features » Item Creator - What is max file size and can I change it on a standard solution?

Item Creator - What is max file size and can I change it on a standard solution?

Hans Ravnsfjall
Hans Ravnsfjall
Reply

Hi

what is the max fileupload size when using form item creator? And is it possible to change/edit this on a stadard solution?

/Hans


Replies

 
Morten Bengtson Dynamicweb Employee
Morten Bengtson
Reply

Do you get any errors when trying to upload?

You probably need to take a look at maxAllowedContentLength and maxRequestLength in web.config
The web.config that ships with Dynamicweb has maxAllowedContentLength = 2048000000 (about 2GB) and maxRequestLength = 512000 (500 MB).
However, if you are uploading very large files then you might run into timeout issues as well.

 

You must be logged in to post in the forum