Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anthony Candaele 1197 posts 2049 karma points
    Mar 01, 2011 @ 14:28
    Anthony Candaele
    0

    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

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Mar 01, 2011 @ 14:35
    Tom Fulton
    4

    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

  • Anthony Candaele 1197 posts 2049 karma points
    Mar 01, 2011 @ 14:39
    Anthony Candaele
    0

    Hi Tom,

    Problem solved, thanks!

    Anthony

  • Heather 20 posts 41 karma points
    Feb 24, 2012 @ 10:52
    Heather
    0

    This is exaclty what I was looking for! Thanks :)

  • Chris Wilson 100 posts 377 karma points
    Aug 11, 2015 @ 10:42
    Chris Wilson
    0

    Spot on Tom, thank you!

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies