Rank: Newbie Groups: Member
Joined: 5/19/2009 Posts: 2
|
Ajax File uploader, for file seizes greater than 30MB, the control throws an error.
EO.Web Controls Client Side Debug Message: EO.Web control ‘ctl00_MainContentPlaceHolder_AjaxUploaderControl’ error message: Ajax call to server times out. (set ClientSideOnError to handle thi error).
Is there any configuration that needs to be set in the server to allow the upload of big files? Based on our project requirements we need to be able to allow user to upload files with tax information up to 100MB, is there a setting that needs to be put in place, a configuration file flag anything?
Thanks in advance for any help.
Regards Sanddy Cepero
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You need to modify your IIS request filtering settings. You can do it both with IIS or from your web.config. See here for more details: http://doc.essentialobjects.com/library/1/ajaxuploader/troubleshoot.aspxLook for "Check IIS 7 request filtering" section. Thanks!
|
Rank: Newbie Groups: Member
Joined: 5/19/2009 Posts: 2
|
thanks for the advice, it worked.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Cool. Glad it works for you!
|