Drag-n-Drop file upload in Blazor using JS interop and minimal API (Part 2)

In the Part 1 of this article you learned to implement drag-n-drop in a Blazor Server application. So far we are able to drag-n-drop files on to a drop target and list those file names in the fileBasket. However, no files are actually sent to the server. That's what we will do in this part of the article. Although our focus is going to be minimal API approach, we will explorer three variations of the process.

http://www.binaryintellect.net/articles/01185f77-2167-4283-a711-9a5d073114a9.aspx