Hi,
I have a problem with your RadAsyncUpload.
When a download a large file, I disable my save button. But, if I cancel my download, how to enable my save button ?
I use this even
$telerik.$(".ruCancel").on('click', function() {
enableButtons();
});
for dectect the cancel button click, but if I use RadAsyncUpload
when download 2 large file simultaneous, If I cancel my first file, my save
button is enable, but the second file has not finished to downloading.
Are you an event to detect the cancel button ? I use
OnClientFileUploadedFailed but is not fired when I cancel my download.
I check your demo, and this link
http://www.telerik.com/forums/how-to-trap-when-user-clicks-on-cancel-button
but it’s not works.
Browser used : IE9, Chrome, Firefox.
Thank’s