I'm curious, can anyone tell me if there is any way to make my web application (in ASP .Net core case) be able to let the user choose a folder on their local machine, and my application have access to the files inside this folder that the user chose?
Well it would be a way of reading the files in a folder on the client machine, so that as soon as it changes some file or inserts a new file, the application detects this change, but on the machine itself client without having to manually upload it.
Anyone who can give an idea will thank me enough. Thank you!.