Blazor DropZone - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Upload Button
Custom Styles
- Overview.razor
- UploadController.cs
The DropZone component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for Blazor DropZone component enables users to drag and drop files to a larger area on the web page for a more flexible user experience.
The DropZone is always associated with a FileSelect or Upload component, which handle the dropped files.
The app can apply custom CSS styles to the DropZone when the user is dragging over it, via the DropZone DragOverClass
parameter. The DropZone also features customizable and localizable hint (HintText
) and note (NoteText
). To render arbitrary content inside the DropZone, use the Template
.