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: > Hi folks. > > I'm using ImageMagick on my CF7 UNix server. I can use > > <CFEXECUTE NAME="mogrify"..... fine, it works great. > > What I want to do is use CFEXECUTE NAME="identify"... to find out information > about an uploaded file. For example: > > <CFEXECUTE NAME="identify" ATTRIBUTES="-depth thefile.jpg"></CFEXECUTE> > > However, Im not sure how to handle this. Obviously, I don't need to "see" the > output when I do a mogrify. It just does its job and makes the conversions > and I'm set. But with identify, I obviously need to get the returned > information. How do I do that? > > Thanks for the help! > > Jeff > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276794 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

