Actually i'm adapting a visual basic program into a web environment and a feature was to do saved tasks.
The task can have a system directory "C:\Users\Someone\DatabaseImport.txt", and automatically gets that file and proceeds doing something. Is there any way in javascript to get a file from the system without the user doing anything?