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

Enable

methods

Enables the Upload.

<input type="file" name="files" id="upload" />
<script>
    // The Upload is disabled when initialized
    $("#upload").kendoUpload({
        enabled: false
    });

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

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