Chris,

>Thanks for the feedback.
>
>Unfortunately, I have tried this too.  I've even taken this solution and
>placed it into its own file (dsp_getImage.cfm).  Then in the calling cfm
>page, used an <img src="dsp_getImage.cfm"> to display the image.  The image
>returns broken.
>
>I have a feeling the image "url" isn't read correctly due to how fusebox
>sets up its URLs.  Except i'm not sure how to get around it.
>
>If i end up finding a solution I'll post it here for other fusebox coders.

I'm pretty confident the problem is your getting extra whitespacing
somewhere in your output. Use an HTTP Proxy Debugger (like Fiddler or Live
HTTP Headers) to actually examine the data being served from the server.

Also, you might try adding the "type" attribute to the <cfcontent /> tag to
specify the mime type.

-Dan 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254086
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to