Hello,
I have a webapplication where I read images from a sql 2008 database through the 'new' filestream functionality. The thing here is, when you right-click and choose save image, IE gives error 800700de while with Firefox it works fine.
The img src is set to a php document which takes a few params to know where to look in the database and then prints the binary data. Please note that displaying the picture works fine in both browsers, this is not the issue. The issue is what I mentioned above.
Any idea why this could be? Is there any solution or a workaround for this?