Hello,
As a temporary workaround, you could attach the error event handler to the client instance of the Upload widget:$(document).ready(function () {
var fm = $("#filemanager").getKendoFileManager();
fm.upload.bind("error", function (e) {
alert(e.XMLHttpRequest.statusText);
})
});
Regards,
Veselin Tsvetanov
Progress Telerik