Using the Dynamicweb CLI would be my first choice but it is using HTTP for uploads, and we often see this type of error on our DEV environments
RequestPath: /Admin/Api/Upload
ActionId: 9b079123-bb42-4610-8c08-a73f7f9fad54
ActionName: Dynamicweb.Management.Api.Controllers.Api.DataController.UploadFiles (Dynamicweb.Management.Api)
Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength.
So what is recommended when talking about the following scenarios:
- Integration files upload
- Media files, images and videos
Is Dynamicweb Cloud hosted solutions setup with a unlimited MaxRequestBodySize (e.g. maxAllowedContentLength)?