Copied to clipboard

Flag this post as spam?

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


  • Pythagolaz 3 posts 20 karma points
    May 06, 2013 @ 10:27
    Pythagolaz
    0

    maxRequestLength does not seem to work?

    I have the following in my web.config (found here on the forum)

     

    <!-- Increase umbraco action timeouts, 

         prevent timeout on long running actions, like copy, creating new property etc -->

      <location path="umbraco">

        <system.web>

          <httpRuntime maxRequestLength="204800" executionTimeout="99999"/>

        </system.web>

      </location>

     

    </configuration>

     

    I can still not upload large files in the media-lib. It reset the upload progress at a certain point.
    What can I do to upload larger files?

  • Martin 1 post 21 karma points
    May 15, 2013 @ 00:50
    Martin
    0

    I am having the same problem, I have the exact same code in the web.config but cannot upload a 70MB file (wich is well under the 204800KB or 200MB file limit). 

    Is this a bug in Umbraco and what can be down as a work around?

    Thanks

Please Sign in or register to post replies

Write your reply to:

Draft