C
Corey
The following line of code should as far as I know download the listed file.
But the browser always opens the contents of the file in a new window. Why?
I want to download the file when I click the link, not open the file.
<a href="www.filelocation.com/log.csv">Access Log</a>
Help, thanks.
But the browser always opens the contents of the file in a new window. Why?
I want to download the file when I click the link, not open the file.
<a href="www.filelocation.com/log.csv">Access Log</a>
Help, thanks.