Hello
everyone, I am going to share the code-sample for how to Reset and Destroy all
the uploaded files in Keno UI, The code sample as given below.
//Reset all the upload files.
$(".k-upload-status").remove();
$(".k-upload.k-header").addClass("k-upload-empty");
$(".k-upload-button").removeClass("k-state-focused");
OR
//Destroy all the upload files.