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

I'm seeing a shedload of calls to RadUploadProgressHandler.ashx

2 Answers 63 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Stuart Hemming
Top achievements
Rank 2
Stuart Hemming asked on 15 Nov 2011, 06:28 PM
I have a page that appears in a RadWindow.

The page contains a RadMultiPage control and one of the PageViews includes a RadAsyncUpload control.

Each time the page does an Ajax callback I'm seeing several calls to RadUploadProgressHandler.ashx.

Questions:
  1. Is that normal?
  2. Can I limit the number or requests?

In almost every case when I've been testing, I've not even had to both uploading anything or even visit the PageView that has the Upload control on it.

--
Stuart

2 Answers, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 16 Nov 2011, 02:35 PM
Hello Stuart Hemming,

Try the following workaround:
  1.  Go to the web.config
  2.  Find the appSettings section
  3.  add the following setting:
<add key="AllowCustomProgress" value="false" />

Best wishes,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Stuart Hemming
Top achievements
Rank 2
answered on 18 Nov 2011, 10:00 PM
Bozhidar

Worked a treat.

Nice one.

-- 
Stuart
Tags
AsyncUpload
Asked by
Stuart Hemming
Top achievements
Rank 2
Answers by
Bozhidar
Telerik team
Stuart Hemming
Top achievements
Rank 2
Share this question
or