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
Post a Comment