CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   General web building (http://www.codingforums.com/forumdisplay.php?f=10)
-   -   Return MiME Type (http://www.codingforums.com/showthread.php?t=212385)

InterbredMonkey 12-16-2010 12:10 PM

Return MiME Type
 
Not sure which forum to put this in, so here goes.

I am hosting a image file on a sub domain(eg sub.domain.com) and then trying to load the image from another domain(eg domain2.org). The problem I have is that when I try to reference the image using an input tag of type image the image wont load. When checking this using developer tools(in chrome) and firebug(in firefox) it shows that the reason it has not loaded is because the returned mime type is text/html rather than image. Is there any way I can change this so that it will return the image?

Thanks in advance.


All times are GMT +1. The time now is 08:56 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.