Is it possible to open a file with Javascript?
Its all local so I have a index.html in which the javascript should read a text file which is in the same direction called readText.txt
I heard that there are some security restrictions but if its all local shouldn't it work? If no is there any workaround? I've googled some and found the Mozilla FileHandleApi but It doesn't work for me