1
I need to simply run a local file via Javascript.
For example, in the C#
I have the System.Diagnostics.Process.Start("C:\\teste.txt")
which will open in the notebook the teste.txt
.
How do I open teste.txt
javascript?
1
I need to simply run a local file via Javascript.
For example, in the C#
I have the System.Diagnostics.Process.Start("C:\\teste.txt")
which will open in the notebook the teste.txt
.
How do I open teste.txt
javascript?
Browser other questions tagged javascript filing-cabinet
You are not signed in. Login or sign up in order to post.
From a browser? No, it has security restrictions. Imagine if any website could run any executable on your machine...
– bfavaretto