I have a file .exe
on apache server into a folder and I try to download it using simple html and javascript but it is not working, I'm trying with this methods
<a href="folder/myfile.exe" target="_blank">Download</a>
Even with javascript
window.location = "folder/myfile.exe";
I tried with differents files including images, .txt, etc and it works well, the problem is with .exe
is just show a blank page or keep loading, there is a specific way to make .exe
downloable?, I'm using Chrome