I am trying to upload a zip file to my media section (I have not had any issues before with zip files). It is not uploading when I press save. In chrome console it is throwing a status code 413 which if I am correct means the request size is too large. The size of the file I am uploading is 34,298KB
I have been looking everywhere but cannot find an explanation or solution to increase the limit which can be uploaded to that which I require and fix this issue. Can anyone please help me out?
File upload size limit.
Hello,
I am trying to upload a zip file to my media section (I have not had any issues before with zip files). It is not uploading when I press save. In chrome console it is throwing a status code 413 which if I am correct means the request size is too large. The size of the file I am uploading is 34,298KB
I have been looking everywhere but cannot find an explanation or solution to increase the limit which can be uploaded to that which I require and fix this issue. Can anyone please help me out?
You have to increase it into the IIS web hosting configuration and into the appsettings.
Hiya thank you I have made the changes in the Web.config for the IIS,
How do I go about implimenting this in the appsettings.json file?
you can find it here https://docs.umbraco.com/umbraco-cms/reference/configuration/maximumuploadsizesettings
is working on a reply...