Blazor File Manager Example - Drag and Drop
This example demonstrates the drag-and-drop feature. To drag and drop a file in the File Manager, select and drag it to the target folder. The File Manager control allows users to drag file and drop it into any folder, whether it is located in the same directory or a different one, using the AllowDragAndDrop property.
Upload Files
Or drop files here
In this sample, the AllowDragAndDrop property enables users to move files or folders from one folder to another. Additionally, it supports file upload by dragging and dropping files from Windows Explorer and Mac onto the File Manager component.