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 ?