I'm using a .htaccess file to make links to JPEGs download instead of opening in the browser window. This is what I'm using:
AddType application/octet-stream .jpg
It's working fine in Safari and Firefox on Mac OSX but not on IE 8 on Windows. Is there any way around this apart from writing a header in PHP which I would rather not do?