1
Answer

Can I read file from E:\Documents drive using JavaScript?

Photo of Aakash Maurya

Aakash Maurya

7y
667
1
I have my several files placed at E:\Documents in my system.
 
Now I want to read all the files from this location using JavaScript.
 
I know I can use FileReader but that needs to use the <input type='file'> element and I need to browse the files.
 
But what I need is, I do not need to browse the files. I just need that my JavaScript code locate my all files under the drive and read it for me without asking me to browse.
 
Is it possible?
 
Valuable suggestions are most welcome. 

Answers (1)