Hi,
I am in need of a way to set it so that when you click on the picture in the gallery, it downloads that picture or goes to the actual image, the problem i am having now is when i click the photo it download but its not the original image and some data is lost, it is a php file. How can i fix this?
Many of the images i host contain winrar archives embedded into them, the winrar archive ends up being lost somewhere.
The site is, www.thechaosnode.com if you want to know what i mean by winrar files hosted within a picture open this picture in winrar.
http://www.thechaosnode.com/albums/book/A%20Clockwork%20Orange.jpeg
Anyways, in summary i need it to download or link to the original file not a secondary one or whatever its doing now.
Thanks for hearing me out if you have any solutions please help.
getFullImageURL() will give you a link to the original image. Most browsers will just display this image in a separate window, though. To force a download you would have to use the image protection options and the function getProtectedImageURL(). Set the option to force a download.