And change the maxRequestLength so it match the type of file size that you want to upload. With the code above, it´s increases the max upload size to 32MB and increases the timeout.
When working with IIS 7+, also requires adding requestFiltering under the system.webServer section:
Application error
I have Application error
An attempt to download a remote file has been halted because the file is larger than allowed.
where you can change the size?
Hi Ennija,
If you mean how you can change the file size so you can upload bigger files and image into Umbraco media library.
Then what you need to do is to go the web.config file, and find this piece of code.
And change the maxRequestLength so it match the type of file size that you want to upload. With the code above, it´s increases the max upload size to 32MB and increases the timeout.
When working with IIS 7+, also requires adding requestFiltering under the system.webServer section:
Hope this helps,
/Dennis
And here you can find some documentation from Microsoft on the different attributes.
https://msdn.microsoft.com/en-us/library/e1f13641(v=vs.85).aspx
/Dennis
is working on a reply...