J.B. Mentzer wrote:
This is the path CFIMAGE is trying to use:
/stetsonimages/images/gallery/lg/0612-177/wmsr734_0612-181_28.JPG

But what's the FULL path to the image? What OS are you on?

This doesn't work, either:
<cfimage action="grayscale" destfile="/stetsonimages/images/gallery/work/temp.jpg" srcfile="#ExpandPath("wmsr734_0612-181_28.JPG")#">

Is the CFML file the cfimage tag is in located in the *same* directory as the image? In other words the CFML file would have to be in {whatever_drive_or_path_info_is_necessary}/stetsonimages/images/gallery/log/0612-177 for what you have above to work correctly. Otherwise you'd have to use ExpandPath("/stetsonimages/etc.") for that to work.

And just to be sure this is clear, this does need to be a physical path, not a web path, so if you haven't tried using the full physical path to the file on disk, try that.

--
Matthew Woodward
[email protected]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to