Whatever message this page gives is out now! Go check it out!
IsImage(image)Parameter | Description |
image | Required. The ColdFusion variable that is checked. |
<cfif IsImageFile("images/#form.art#")>
<cfset myImage=ImageNew("images/#form.art#")>
...
<cfset IsImage("#myImage#")>
<cfimage action="writeToBrowser" source="#myImage#">
</cfif>