Copied to clipboard

Flag this post as spam?

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


  • Rich Green 2246 posts 4006 karma points
    Mar 01, 2010 @ 16:24
    Rich Green
    0

    Increasing upload timeout

    My clients videos are timing out on upload.

    Can someone please point me to where I can extend the timeout value? 

    Thanks

    Rich

  • Petr Snobelt 923 posts 1534 karma points
    Mar 01, 2010 @ 16:28
  • Kim Andersen 1447 posts 2196 karma points MVP
    Mar 01, 2010 @ 17:38
    Kim Andersen
    2

    Hi Rich

    You can try to insert this code into your web.config in between <system.web> and </system.web>:

    <httpRuntime maxRequestLength="10240" />

    The above will make it possible to upload files up to aprox. 10mb. You can increase or decrease the value to whatever you need.

    Hope this helps.

    /Kim A

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Mar 01, 2010 @ 18:58
    Jan Skovgaard
    0

    Actually there is a limit on the maxRequestLength on 2GB - Just adding this comment to let other visitors to this thread know. I don't think it will be a problem in this particular case.

    /Jan

  • Rich Green 2246 posts 4006 karma points
    Mar 05, 2010 @ 00:03
    Rich Green
    0

    Thanks guys.

  • 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