Click here to Skip to main content
15,886,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
hi friends, in my application we are using the image zoom option.when click on image using javascript it will zoom the image.this is working fine in all the browsers but in chrome when i click on image its not showing the image (in console window its showing the error as "resource interpreted as image but transferred with mime type application/octet-stream" ).i saw the iis setting mime type for png is image/png.then what is the problem why its not working.

please help me to solve this issue.
Posted
Updated 9-Sep-12 18:26pm
v2

1 solution

Hi!

This seems to be a common problem using Chrome, especially while using the Visual Studio web server. I did some investigating for you and think these links may help you out:


MIME-Type warning in Chrome for png images
[^]

Console Message resource interpreted as image but transferred with mime[^]

If this error is causing issues, try configuring your MIME settings. Depending on what server/application you are using, you may need to change the settings differently.

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900