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

Enabled

configuration

Enables (if set to true) or disables (if set to false) an Upload. To re-enable a disabled Upload, use enable().

enabled

Boolean

Default: true

<input type="file" name="files" id="photos" />
<script>
    $("#photos").kendoUpload({
        enabled: false
    });
</script>
Not finding the help you need?
Contact Support