Hi,
Thank you for the request.
For now, please use the following workaround:
public insertIcon() {
var selectFile = document.querySelector(".k-upload-button");
var icon = document.createElement("span");
icon.setAttribute("class", "k-icon k-i-upload");
selectFile.insertBefore(icon, selectFile.childNodes[0]);
}
Regards,
Hetali
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.