maybe using an ActiveX control, because this would be a security risk ("oh darn, that site just downloaded a new windows.exe to my c:\windows directory )
wouldn't there be a way via html or javascript, because i know nothing much about activex controls. The download window would popup and the user could still choose if he/she wanted to donwload it or not
i'm not jaredn .... but <a href="your_file.exe">download now</a> works as you wish ... any extension not known by the browser is asked for download
Browser security standards dictate that a browser script cannot interact with the user's file system unless the user gives the script permission to do so. This means that you can't even check the drive to see if a specified directory exists. The best you can do is to put some text on the web page instructing them to save the file to the specified directory.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.