if the purpose of storing them in the db is for "protection" or regulating 
access to specific images, a better way is to store the images in a private 
directory and use <cfcontent> shoot them out.  of course, for this you'll 
need a gateway page like "getimage.cfm" and usually wind up passing a 
session token and an image id like <img 
src="getimage.cfm?session=53053058180939585930985&image=42120492">.  i 
recommend using tokens or "tickets" to get images instead of cookie-based 
session variables, since not all browsers submit cookie data when 
requesting images with <img> tags or especially with javascript.

--brendan avery / [EMAIL PROTECTED]


~~~~~~~~~~~~~ Paid Sponsorship ~~~~~~~~~~~~~
Get Your Own Dedicated Win2K Server!      Instant Activation for $99/month w/Free 
Setup from SoloServer      PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support     
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to