diff --git a/blazor/file-upload/template.md b/blazor/file-upload/template.md index 6fd860dd61..7ce7a4e5b3 100644 --- a/blazor/file-upload/template.md +++ b/blazor/file-upload/template.md @@ -1,7 +1,7 @@ --- layout: post title: Template in Blazor File Upload Component | Syncfusion -description: Checkout and learn here about Template in Syncfusion Blazor File Upload component and much more details. +description: Learn how to customize the Syncfusion Blazor File Upload component's appearance using templates, including how to add a progress bar. platform: Blazor control: File Upload documentation: ug @@ -9,12 +9,10 @@ documentation: ug # Template in Blazor File Upload Component -The template feature customizes how each file item is rendered in the uploader UI. It enables full control over layout and styling for file details such as name, size, and status, so the interface can match application design requirements and provide a tailored user experience. +The Blazor File Upload component allows for the customization of the file list items by using a template. This provides the flexibility to define the structure and styling of individual file elements, such as the file name, size, and status. A custom template can create a tailored and visually appealing file upload interface that aligns with an application's design and user experience requirements. ### With server-side API endpoint -Use a template with server endpoints when uploads are processed by a backend. The template controls only the display of file items; the upload flow still uses SaveUrl and RemoveUrl. - ```cshtml @using Syncfusion.Blazor.Inputs @@ -22,45 +20,50 @@ Use a template with server endpoints when uploads are processed by a backend. Th -