Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
177 views

How to access files on a shared storage in the same network using File System Access API?

I have a requirement to develop a browser based web application. The goal of the application is to manage files on a shared file system, from the browser, as if it was my local file system. If ...
Boris Stanojevic's user avatar
4 votes
1 answer
2k views

How to recursively read local files and directories in web browser using File System Access API

I need to read all the files and directories of a folder opened with the new File System Access API for the web. I am able to read a directory but don't know how to continue recursively on an elegant ...
ctwhome's user avatar
  • 834