+ 2
How to start file if using JavaScript
how to run any file using js (I have an html application - hta file (ignore browser protection))
6 Answers
+ 2
I dont understand
+ 2
With the file reader api you can read files, that are submited by user using
<input type="file"/>
+ 1
You can use Html File reader api to read files using JavaScript
Here's a reference at MDN
https://developer.mozilla.org/en-US/docs/Web/API/FileReader
0
how to start file with using JavaScript?
0
what then is new activex object?
0
Ok i check this