Im using Wordpress and its a photography based site where Im sharing the photos with people. I would like to idiot-proof it, instead of right click>save as... just have a download button. How do I go about it? Thanks
Check out http://www.boutell.com/newfaq/creating/forcedownload.html using the Content-disposition: and Content-type: headers you can force a download. But then you need to make another file that serves them up via PHP.
I'm kinda a noob at this, as you can tell Im using wordpress...but is there a code that I could just insert?