I have a folder in the cloud, and I want to generate a list in the paginal html, with all these files, so that when the user clicks, open the downlaod of the file, I'm trying as follows (this code is test only):
<a href="http://zulex.com.br/upload/CLIDET.DBF" download>
<img border="0" src="/images/myw3schoolsimage.jpg" alt="W3Schools" width="104" height="142">
</a>
In Chrome it works, it opens the window to download, but in Firefox and IE, the browser tries to open file, instead of opening the download screen, how can I improve this code?