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 4008 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 1535 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 11280 posts 23678 karma points MVP 11x 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 4008 karma points
    Mar 05, 2010 @ 00:03
    Rich Green
    0

    Thanks guys.

Please Sign in or register to post replies

Write your reply to:

Draft