Rank: Newbie Groups: Member
Joined: 1/16/2010 Posts: 1
|
I try use AjaxUploader it works fine with small files, when try upload large files about 100 MB it begin upload and then stop after short time.
A client-side dialog is displayed after a few minutes with an EO.Web Controls debug message about "An unknown error has occured."
We control the target server, and it's Windows Server 2003 w/IIS 6, ASP.NET 2.0.
I tried the control in ablank page on different browsers,I have configured web.config and set filoe upload size to Maximum value.
Ibrahim Elganady
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Please try to upload a file with similar file with a standard HTTP file input element. You can also try use standard ASP.NET FileUpload if your server has enough memory. If both fails, this maybe caused by IIS 6 "MaxRequestEntityAllowed" input size limit. You can find more detail at here: http://support.microsoft.com/kb/327659The above article is about "AspMaxRequestEntityAllowed", but the purpose and steps are very much the same as MaxRequestEntityAllowed. Thanks!
|