> Instead of messing with HTTP headers, just append a random variable to 
> 
> the image URL: <img src="image.gif?638232" />
> 
Jochem

Thanks!  Works perfectly.

The developer I work with points out that sometimes you might want the image 
cached unless it has been updated, and the solution to that is saving the 
modification date of the image in the DB, and outputting that to the image url 
as an integer.  To express a date in integer form, we typically use the number 
of seconds that have passed between a fixed date in the past and the date in 
question. So, <img src="image.gif?#datediff('s', application.startDate, 
getImageQuery.lastModificationDate)# />.

Christophe

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

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

Reply via email to