Greetings
I would like to implement the following feature in my blazor app:
Drag and Drop File Upload which would directly add the newly uploaded files to the DataGrid below without using a button, is there any event i could use for that?
By the way, how could i remove the newly uploaded files (painted red)
Thanks in advance