How to set img src for images that are only downloadable?
I have created donwload.php for image downloading using link.
I have set an access restriction on images, so images will be only accessible through download.php.
I want to use this image in img tag like this.
<img src="donwload.php?url=images/something.jpg" />
But this is not working. Please help me on this.