Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm trying to upload an .avi movie to the Umbraco Media Library. The .avi movie is 12 Mb, but I get a
Maximum request length exceeded.
error. I suppose I can adjust this in the web.config file.
Anyone has experience with this problem?
Thanks for your help, Anthony Candaele Belgium
Hi Anthony,
You just need to increase the Maximum Request Length in web.config:
<httpRuntime requestValidationMode="2.0" maxRequestLength="20192" />
That should do it.. (20 MB)
Thanks,Tom
Hi Tom,
Problem solved, thanks!
Anthony
This is exaclty what I was looking for! Thanks :)
Spot on Tom, thank you!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Maximum request length exceeded.
Hi,
I'm trying to upload an .avi movie to the Umbraco Media Library. The .avi movie is 12 Mb, but I get a
Maximum request length exceeded.
error. I suppose I can adjust this in the web.config file.
Anyone has experience with this problem?
Thanks for your help,
Anthony Candaele
Belgium
Hi Anthony,
You just need to increase the Maximum Request Length in web.config:
That should do it.. (20 MB)
Thanks,
Tom
Hi Tom,
Problem solved, thanks!
Anthony
This is exaclty what I was looking for! Thanks :)
Spot on Tom, thank you!
is working on a reply...