Client directory access

-1

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!.

    
asked by anonymous 06.07.2018 / 06:03

1 answer

0

Look, as far as I know without uploading it is impossible because this is a security flaw if this could occur ...

What you can do is create a client for your user to install and it automatically uploads to your site / system.

    
06.07.2018 / 11:35