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

set_enableAjax(false) not required right?

1 Answer 65 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 13 Sep 2010, 03:35 PM
OnRequestStart="RequestStart"

With regular RadUpload I had to set_enableAjax(false) for RadAjax or else code behind Uploads.Count will be 0 on Postback.

I switched to AsynchUpload and noticed when I comment out the above it is still working fine.  
They are probably two different mechanism so I think it's safe to not needing set_enableAjax(false) anymore.  

Can someone confirm?

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 15 Sep 2010, 04:38 PM
Hi Lenny,

Yes, the RadAsyncUpload will not interfere with Ajax requests on the page. The upload is happening in a separate request and will not be affected.

I hope this helps.

Sincerely yours,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
AsyncUpload
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
T. Tsonev
Telerik team
Share this question
or