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

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -