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
    Sep 18, 2012 @ 15:07
    Anthony Candaele
    0

    problem uploading 61 Mb movie

    There seems to be a problem in the Umbraco 4.9.0 Media Library.

    I'm trying to upload a 61 Mb Flash movie, but I'm getting an IIS 7.5 error:

    "The request filtering module is configured to deny a request that exceeds the request content length."

    I raised the maxRequestLength attribute in the web.config file to 80000, but I keep getting the same error-message

    Anyone else experienced the same problem?

    thanks for your help,
    Anthony

  • Carsten Fallesen 35 posts 154 karma points
    Sep 18, 2012 @ 15:15
    Carsten Fallesen
    1

    Hi Anthony

    Did you also set the allowed requestFilter length?

      <system.webServer>

        <security>

          <requestFiltering>

            <requestLimits maxAllowedContentLength="80000000" />

          </requestFiltering>

        </security>

      </system.webServer>

    /Carsten
  • Anthony Candaele 1197 posts 2049 karma points
    Sep 18, 2012 @ 15:53
    Anthony Candaele
    0

    Hi Carsten,

    no, I also need to set this in the web.config file?

    Thanks for your help,

    Anthony

  • Carsten Fallesen 35 posts 154 karma points
    Sep 18, 2012 @ 15:59
    Carsten Fallesen
    2

    Yes, it is in the web.config. Just put in the security section in system.webServer

    Don't know why IIS needs the max size configured in two places, one should be enough.

    /Carsten

  • Anthony Candaele 1197 posts 2049 karma points
    Sep 18, 2012 @ 16:12
    Anthony Candaele
    0

    thanks, now it's working, I also had to increase the maxRequestLength attribute to '80000000'

    greetings,

    Anthony

Please Sign in or register to post replies

Write your reply to:

Draft