How to get the path of the file selected in ? Blazor Server Application
I need to get the path of the file that the user selects in the <input file> event to send the file to the API using FluentFTP. I am using FTP to upload the file to the server. follow the example: