I tried to open file with
window.open(\"file:///D:/Hello.txt\");
The browser does not allow opening a local file this way, probably for sec
You can't. New browsers like Firefox, Safari etc. block the 'file' protocol. It will only work on old browsers.
You'll have to upload the files you want.