|
Rank: Newbie Groups: Member
Joined: 10/24/2008 Posts: 2
|
We have just purchased a license for the AJAXUploader control. I am testing the control to upload a BIG file (46Mb - the client wants to upload a 40Mb video file to their client file area). The page works fine for uploading files as large as 7Mb, but the large file is timing out before the progress bar even begins.
Is there something in the web.config that I need to set for files this large or is this just a practical limit?
Thanks, Kevin
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, This is usually due to IIS 7 request size limits. By default, IIS 7 set this limits for security reasons. You would want to increase those limits. You can find detailed instructions at here: http://www.essentialobjects.com/ViewDoc.aspx?t=AJAXUploader%2ftroubleshoot.htmlThanks
|
|
Rank: Newbie Groups: Member
Joined: 10/24/2008 Posts: 2
|
Thanks for that, works fine now. Missed that in the documentation.
Cheers, Kevin
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Glad to hear it's working. Thanks for the update!
|
|