I have the following code in image.cfm ... If I go to image.cfm I'm served the jpeg file perfectly. If I use it in an image tag it doesn't show up.
I have in the page where it's supposed to be
Ideas?
[plug=shameless]
[/plug]
Code:
<cfsilent>
[red]...[/red]
<cffile action="readbinary" file="C:\CFusionMX7\[URL unfurl="true"]wwwroot\superman.jpg"[/URL] variable="binData" />
</cfsilent>
<cfcontent type="image/jpeg" variable="#binData#" reset="true">
I have in the page where it's supposed to be
Code:
<img src="image.cfm" alt="Grrr..."/>
Ideas?
[plug=shameless]
[/plug]