file-system-access-api Questions

2

Solved

When attempting to access a file using the getFile() method of a FileSystemFileHandle, this error can occur: DOMException: The request is not allowed by the user agent or the platform in the curren...
Imponderabilia asked 5/3, 2021 at 23:25

1

I've been following this article to allow users to (semi) automatically save a client side generated XML file to a specific local folder. A third party program is watching this folder and will proc...
Condiment asked 11/11, 2021 at 9:23

1

Solved

When I choose a folder I do get a dirHandle but cannot figure out what property or method will give me the full path const dirHandle = await window.showDirectoryPicker() So something like let path...
Pondicherry asked 18/9, 2021 at 16:28

1

I have a create-react-app that reads and writes local files using File System Access API. When run in a browser (Chrome or Edge that support it), both reading and writing files work fine. When the ...

2

Solved

Can I use the File System Access API (https://web.dev/file-system-access/) to create something like a file explorer within a website (react). I plan to make a simple online file explorer that lets ...
1

© 2022 - 2024 — McMap. All rights reserved.