Thanks Jon,

I entered the code as you suggested, still all that happens is the URL is 
printed to the browser with nothing else.  Seems to be related to the CFCONTENT 
tag.  If I just remove the CFCONTENT tag and "print" the image data to the 
screen, it does do that.  As soon as I put the CFCONTENT tag back in I just get 
the URL.  Ideas?

Thanks,
Kevin

>Kevin,
>
>Try this:
><cfsilent>
><cfquery name="q" datasource="webdb">
>...Your query here...
></cfquery>
></cfsilent>
><cfheader name="Content-Disposition" value="inline">
><cfcontent type="image/jpg" variable="#q.image_data#" reset="false" />
>
>In CF7, you can stream directly from the database.
>
>Jon
>
>On Nov 14, 2006, at 11:52 AM, Kevin Cundick wrote:
>
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:260369
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