<!--- Check to see if we found the image. ---> <cfif ( FindNoCase( "200", objHttp.Statuscode ) AND FindNoCase( "image", objHttp.Responseheader["Content-Type"] ) )> <!--- We have an image. ---> <cfelse> <!--- Blast! The image didn't come through. ---> </cfif>