New to Kendo UI for jQueryStart a free 30-day trial

Disable

methods

Disables the Upload.

<input type="file" name="files" id="upload" />
<script>
    $("#upload").kendoUpload();

    var upload = $("#upload").data("kendoUpload");

    // Disables the Upload
    upload.disable();
</script>
Not finding the help you need?
Contact Support