How can I add a FontAwesome Icon to the Upload Button? I'm using the tag helper for the upload control.
<kendo-upload drop-zone="drop-zone1" name="Input.RegulationDocument" multiple="false"> <async auto-upload="true" /> <validation allowed-extensions="@Model.AllowedExtensions" /> <localization select="Upload PDF..." clear-selected-files="Remove PDF" /></kendo-upload>