Unplanned
Last Updated: 18 May 2015 14:23 by Andre Light
ADMIN
Nencho
Created on: 18 May 2015 13:53
Category: AsyncUpload
Type: Feature Request
1
Add the ability to set custom drop zones for RadAsyncUpload at client-side

		
2 comments
Andre Light
Posted on: 18 May 2015 14:23
Thankfully, Nencho provided a workaround, JavaScript:

function AppLoaded() {
    var async = $find("<%= Me.RadAsyncUpload1.ClientID%>");
    async.set_dropZones("#dropZone1,.otherDropZones");
    async._uploadModule._handleCustomDropZones();
}
Sys.Application.add_load(AppLoaded);
Andre Light
Posted on: 18 May 2015 14:06
Having the ability to set custom drop zones will make it much easier for advanced scenarios where, for example, the RadAsyncUpload control is extended and dependent upon other client-side controls/client IDs, especially when the majority of the extension is client-side functionality wrapped within a custom user control.

Otherwise, the following forum post by Hristo is invalid:
http://www.telerik.com/forums/asyncupload-drop-zone-define-in-javascript#VilSKc_gOUGmhJhzfbr8uQ