Posted on 01/04/2022 15:18:18
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.