You could try the cfsavecontent method.

<cfsavecontent variable="imageInfo">
   <cfexecute ...>
</cfsavecontent>

Doesn't cfexecute by default output straight to the page (unless you use the
cf7 variable attribute that you said didn't work)?

If the variable method isn't working, is there something else going on, like
a scoping issue, variables set in a custom tag or cfc not available where
you want them, etc.?

-- 
nathan strutz
http://www.dopefly.com/



On 5/2/07, Jeff Wickersty <[EMAIL PROTECTED]> wrote:
>
> >use the outputfile attribute of cfexecute, conversely, you could pipe
> >the output to a text file and then read in the text file.
> >
> >On 5/2/07, Jeff Wickersty <[EMAIL PROTECTED]> wrote:
> >>
>
> I tried that, using variable="some_name" but that variable apparently isnt
> getting created. outputFile isnt doing anything either. It doesnt make sense
> b/c i know mogrify and convert work (albeit without any kind of text output,
> which is uneccessary in those situations)
>
> jeff
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276859
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to