Hi All,
I have the CFX_image tag working taking image data stored in a database and
producing a dynamic page of resized images.
What I can't find is a way to read images from a directory, preferably using
wild cards for the different file formats.
So if anyone could help I would be most grateful.
Best
Trevor
<cfoutput query="getdetails">
<cfx_image action="READ" file="#Expandpath('#image#')#" name="LARGE">
<img src="#image#" width="100" height="100">
<cfx_image action="RESIZE" file="#Expandpath('#image#')#" output="TEMPFILE"
quality="100" thumbnail="FALSE" name="THUMBNAIL" backcolor="WHITE"
BEVEL="NO" width="151" height="100">
</cfoutput>
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists