I have a requiement to develop a browser based web application. The goal of the application is to manage files on o shared file system, from the browser, as if it was my local file system. If possible with File System Access API or browser extensions. For example, people working for the same company can open the application in the browser, see the hierarcy of the shared file system in the browser, and upload files from their local file system into the shared one, all that from the browser.
I’m struggling to find an answer if this is possible at all with either File System Access API or browser extensions. If not what are other options?
Again, the goal of the application is to manage files on o shared file system, from the browser, as if it was my local file system.
Boris Stanojevic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.