creating a Blazor upload drag and drop button that links/binds to a ui table and displays the selected documents from selected popup?

enter image description here

what would the steps be to connect a a blazor drag and drop button to a ui table which displays selected documents onto the table? After selecting the document/multiple documents, whether it is pdf,png etc. It should display Name, LastName , Age , File Type and Date time uploaded

I created A class with Name, surname, Age, File Type and uploadedDateTime as well as a javascript file for dragging and dropping however when I select a file from the popup, the selected file has not showed up on the table