Skip to main content
June 2, 2009
Answered

CFImage: Unknown tag?

  • June 2, 2009
  • 1 reply
  • 1024 views

I am running on an MX server  and programming with dreamweaver cs4.

Tried using cfimage but get unknown tag?  Am I out of luck or is there something I can do to still use it?

Thanks in advance

Sharon Miller

www.smdscouts.com

    This topic has been closed for replies.
    Correct answer -__cfSearching__-

    The cfimage tag was introduced in CF8.  If you are using an earlier version (MX6, MX7), you cannot use this tag.

    <cfdump var="#server.coldfusion#" label="Show CF Version">

    For earlier versions I would look into one of the opensource cfc's for handling images, such as:

    imagecfc.riaforge.org/

    www.opensourcecf.com/imagecfc/

    1 reply

    -__cfSearching__-Correct answer
    Inspiring
    June 2, 2009

    The cfimage tag was introduced in CF8.  If you are using an earlier version (MX6, MX7), you cannot use this tag.

    <cfdump var="#server.coldfusion#" label="Show CF Version">

    For earlier versions I would look into one of the opensource cfc's for handling images, such as:

    imagecfc.riaforge.org/

    www.opensourcecf.com/imagecfc/