Aakash Maurya

Aakash Maurya

  • 96
  • 19.8k
  • 1.2m

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

Aug 2 2018 8:16 AM
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)