Blazor File Upload - Custom Drop Area
This example demonstrates how to configure custom drop area of the File Upload. You can drop the files into specified custom drop area location to upload.
Drop files here to upload
Or drop files here
The File Upload component allows to set any external element as drop area using the DropArea property.
See also