Shailesh Karkera wrote:
<cfimage Action="info" srcfile="Sunset.jpg"> <cfdump var = "#cfimage#">
The srcfile attribute needs to be a full path, so just put ExpandPath around your image name and you should be in good shape:
<cfimage action="info" srcfile="#ExpandPath('Sunset.jpg')#" />
Hope that helps!
--
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
smime.p7s
Description: S/MIME Cryptographic Signature
