Wijmo UI for the Web
destroy Method
wijmo.upload Namespace > wijupload type : destroy Method
Removes the wijupload functionality completely.This will return the element back to its pre - init state.
Syntax
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijupload("destroy");
});
function destroy() : any;
Example
$(" selector ").wijupload("destroy");
See Also

Reference

wijupload type
wijupload jQuery Widget