html - Silent dowload using jQuery and Javascript -


how can make html page , have silent(!!) download of file path on windows machine?

i want that, windows computer goes web page, automatically download file of choosing server c:\program files, example. on private network.

so aim is, if have file called target on server, download c:\program files, through webpage.

how can accomplish this?

i have following in mind:

<a href="#">download here</a>   $('a').click... //some jquery download file 

i'd prefer html , javascript, since i'm not fluent in jquery.

thanks in advance guys :)


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -