Is it possible to access a specific file through javascript without the use of filechooser?
Let's say I want to read this file: C:\Users\...\aa.txt
directly into a variable, without a filechooser.
If this isn't possible, what's the best way to do so?