How do I get it so that people download a file rather than viewing it when useing a certain link?
eg. <a href="images/picture.png">Download:</a>
Instead of the picture being downloaded the brower will just open it
I'd rather not have to make a copy of every file inside a zip as I also need to be able to display these else where
I'm having the same problems with text files...
eg. <a href="images/picture.png">Download:</a>
Instead of the picture being downloaded the brower will just open it
I'd rather not have to make a copy of every file inside a zip as I also need to be able to display these else where
I'm having the same problems with text files...