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

Focus

methods

Focuses the input element of the Upload.

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

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

    // Focuses the input element of the Upload
    upload.focus();
</script>
Not finding the help you need?
Contact Support