This is a migrated thread and some comments may be shown as answers.

Uploads over about 4MB failing

2 Answers 58 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Andrew Dixon
Top achievements
Rank 1
Andrew Dixon asked on 20 Jun 2011, 01:31 AM
Hi,

I'm using RadAsyncUpload and it's working well for file less that about 4MB, but when I try to upload a larger file the upload fails (I get a red dot next to the filename).  In the Firefox error console I see the following error: "uncaught exception: Error while uploading, HTTP Error code: 302".

The httpRuntime entry in my Web.config is as follows: <httpRuntime executionTimeout="7200" maxRequestLength="1000000/>

I'm using Visual Studio 2008 with C# and ASP.NET 3.5.  Telerik version is 2011.1.315.35.

I see that on this page (http://www.telerik.com/help/aspnet-ajax/asyncupload-troubleshooting.html) error 302 is mentioned, but no suggestions as to what might cause it.

Has anyone encountered this problem before, or know how to fix it?

Thanks
Andrew

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 20 Jun 2011, 09:37 AM
Hello Andrew,

I have tried to reproduce the issue at my end but no avail. I hope the following links might be helpful.

Uploading Large Files.
HTTP 302 error on Firefox .

Thanks,
Shinu.
0
Andrew Dixon
Top achievements
Rank 1
answered on 21 Jun 2011, 01:02 AM
Hi,

I managed to solve this problem.  It turned out to be a web.config entry related to NeatUpload (which I used to use) that was causing the problem.

Thanks
Andrew
Tags
AsyncUpload
Asked by
Andrew Dixon
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Andrew Dixon
Top achievements
Rank 1
Share this question
or