Stick the image pull in a cfm file, and use cfm to grab it:

<cfcontent type="image/gif">
<cfx_image whatever="whatever>


Point to that page using a img src tag, and throw a random variable in
(which will have no affect on your image, but will force the
browser/server to see it as a "different" image.
<img
src="imagepage.cfm?randVar=<cfoutput>#randRange(0,1000)#</cfoutput>">

-- 
Billy Cravens
[EMAIL PROTECTED]





Russel Madere wrote:
> 
> How can I prevent a single image from caching?
> 
> I have a web page with several graphics that need to cache and one that
> doesn't.  On a later page I add a watermark with Jukka's tag, CFX_IMAGE.
> This does not change the file size or the name of the image, which is one of
> the triggers to force an image to refresh the cache.
> 
> Russel
> 
> ============================================================
>   Russel Madere, Jr.         Senior Web Developer
>   ICQ: 5446158               http://www.TurboSquid.com
> 
> Some days you eat the bear; some days the bear eats you.
> ============================================================
> 
> ------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to