I am trying to write a JavaScript program that reads a local txt file and Safes the Content into an Array. (just an offline JavaScript) I already tried many different methods, but None of them is working:
The activeXObject solution is not working. Server based php Code is not working. FileReader API is not working.