Blazor - ondrop event doesn't return file object #25721
Labels
area-blazor
Includes: Blazor, Razor Components
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
I have bind @ondrop event into my div element, while drag and drop local image into div, DragEventArgs doesn't return file object details.
Razor code
<div @ondrop="@OnDrop"></div>
`
@code{
}
`
output:
How to get file Info from DragEventArgs?
The text was updated successfully, but these errors were encountered: