disable

Disables the Upload.

Example

<input type="file" name="files" id="upload" /> <script> $("#upload").kendoUpload(); var upload = $("#upload").data("kendoUpload"); // Disables the Upload upload.disable(); </script>
In this article
disable
Not finding the help you need?
Contact Support