Declined
Last Updated: 06 Sep 2013 16:50 by ADMIN
Constantine
Created on: 31 Aug 2013 15:39
Category: Kendo UI for jQuery
Type: Feature Request
1
kendoUpload recreate
Create kendoUpload:

var ku = $('#file').kendoUpload({});


Destroy it:
$('#file').data('kendoUpload').destroy();

Create again with files option:
var ku = $('#file').kendoUpload({
     files: [{name: 'name', size: '5000', extension: '.jpg'}]
});

and try to remove file by click on cross, you'll get exception:

Uncaught TypeError: Cannot call method 'remove' of undefined kendo.web.js:47077
1 comment
ADMIN
Brandon
Posted on: 06 Sep 2013 16:50
Please report this potential bug via the kendo UI forums or by creating a ticket in your account.