• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cfimage not working (error message)

Contributor ,
Jan 17, 2008 Jan 17, 2008

Copy link to clipboard

Copied

I have the developper edition of CF8,
and I try to experiment the new cfimage tag.

On any <cfimage tag used or image function,
(any method used)

CF returns an error : "Input not Set"

Is there anything to do to enable this new tag ?

Anyone can help ?
TOPICS
Advanced techniques

Views

494

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 18, 2008 Feb 18, 2008

Copy link to clipboard

Copied

I am getting the same error. Here is the code that I am using:

<cfimage source="E:\Websites\33\BlackScorpion.jpg" Name="BS">

I appreciate any help!

Thank you!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 19, 2008 Feb 19, 2008

Copy link to clipboard

Copied

Hi

I think cfimpage tag is required some action. may that is the error you are getting here.
please give the action attribute here.

Srinivas

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 18, 2008 Feb 18, 2008

Copy link to clipboard

Copied

I have used the following code and it worked fine.


<cfimage action="writeToBrowser" source="Images/1.jpg"/>

For the action there are some more options like border,captcha,convert,info,read,rezize,rotate,write

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 19, 2008 Feb 19, 2008

Copy link to clipboard

Copied

LATEST
Thank you! That seemed to get it and it can find the image now!

I appreciate the help!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation