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

FileSelect 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 FileSelect SelectFilesButtonTemplate

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

See Also

In this article