neoFileSystem - Forum

Forum Navigation
You need to log in to create posts and topics.

neoFileSystem

Hi @luishp I try to use your sample but nothing is working. I have added neoFileSystemDetect it returns false what does it mean ?

I have found  these errors

Uncaught (in promise) TypeError: folderHandle.values is not a function
neoFileList http://localhost/js/main.js:76

TypeError: window.showOpenFilePicker is not a function
neoFileOpenBox main.js:166

File name: TypeError: fileHandle.getFile is not a function
File size: TypeError: fileHandle.getFile is not a function

@phil78 FileSystem API is only available in Chrome based Web Browsers (Edge, Chrome...)
neoFileSystemDetect returns false because FileSystem API is not available.

Regards.

@luishp ok thank you, and what about the errors which exists also with chrome ?

Regards

@phil78 File System Access API needs to be done by a user gesture (user must click), in a secure context (you need a web server).

Please check this sample app (source code included with VisualNEO Web):
https://visualneo.com/tutorials/filesystem

Regards.