New to Telerik UI for Blazor? Download free 30-day trial

Upload Templates

The SelectFilesButtonTemplate allows you to modify the Select Files... button. It lets you change the default text of the button and include custom content like an icon or image.

Using Upload SelectFilesButtonTemplate

<div>
    <TelerikUpload>
        <SelectFilesButtonTemplate>
            <TelerikSvgIcon Icon="@SvgIcon.Upload" />
            Click to Select Files for Upload
        </SelectFilesButtonTemplate>
    </TelerikUpload>
</div>

See Also

In this article