February 19, 201016 yr Hi, I trying to create a download link so that a user can download an image at a click of the download button. I don't want to have a zip file of the image. Any ideas, Cheers Tony
February 19, 201016 yr If your hosting supports PHP then you can change the header information and the browser will show a download window to the user when its accessed. This link explains it more with code example: How to force a file download
Create an account or sign in to comment