i develop a blazor server-application with following requirements:
- The user wants to to save links to files (e.g. d:\temp\test.doc or \shareserver\share\test.doc) or directories (e.g. d:\temp or \shareserver\share)to a database.
- The user should be able to select those files and directories in the file-system with a file-selector box and get the path to them.
The standard html -Element is not working because it is not publishing the path to the selected file.
Is there any solution for this?
best regards
Volkhard