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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -