Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
My clients videos are timing out on upload.
Can someone please point me to where I can extend the timeout value?
Thanks
Rich
This should help
http://our.umbraco.org/forum/using/ui-questions/7441-Another-uploading-large-files-and-zip-files-issue
Petr
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
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
Thanks guys.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
This should help
http://our.umbraco.org/forum/using/ui-questions/7441-Another-uploading-large-files-and-zip-files-issue
Petr
Hi Rich
You can try to insert this code into your web.config in between <system.web> and </system.web>:
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
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
Thanks guys.
is working on a reply...