Home › Support › Image Store › Image downloads have .html extension added › Reply To: Image downloads have .html extension added
November 7, 2012 at 7:39 am
#50867
suzt808
Participant
I found the issue only happened in Safari ( Mac) . After some googling it seemed the “Content-Type” not being set or correct was the issue for Safari. In the download.php file I uncommented line 117 //header(“Content-Type: image/$ext”); .I know this is not the best approach as it will be overwritten when the plugin updates.
So Hax can you review that line and resolve with a patch ?
Thanks