Scott Mulholland wrote:
> Any way using CF to tell if an image exists, and show another image if it
> doesn't?
> 
> I don't think FileExists is not an option as the images are on a remote
> machine. CFHTTP and check the length of the response?

I would go for CFHTTP but for one of the customtag versions. Then do a 
HTTP HEAD request instead of a full GET. That way you can see by the 
headers whether the image is still there without having to download the 
entire image to your server to determine the length.

Jochem


______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to