localization.uploadSelectedFilesString

Sets the text of the Upload files button.

Example

<input type="file" name="files" id="photos" />
<script>
    $("#photos").kendoUpload({
        async: {
            saveUrl: "http://my-app.localhost/save",
            removeUrl: "http://my-app.localhost/remove"
        },
        localization: {
            uploadSelectedFiles: "customUploadSelectedFiles"
        }
    });
</script>
In this article
localization.uploadSelectedFiles
Not finding the help you need?
Contact Support