Thanks,
I tried that (using action="info") but got the same error under CF9. It falls
over as soon as it encounters the cfimage tag.
Cheers
Stefan
On 24 Jan 2011, at 15:04, Azadi Saryev wrote:
>
> just tested it on Railo (don't have ACF at hand) and it worked fine.
>
> you should specify a filename in your destination attribute, though...
>
> just to test, do a <cfimage action="info" ...> and cfdump the variable.
>
> Azadi
>
> On 24/01/2011 22:41 , Stefan Richter wrote:
>> Just to follow up on this:
>> adding something like&ext=.gif did *not* work. Sorry Ray ;-)
>>
>> If I try this:
>>
>> <cfset THISFOLDER = "#Expandpath('./')#">
>>
>>
>> <cfimage
>> action = "write"
>> destination = "#thisFolder#"
>> source =
>> "http://www4b.wolframalpha.com/Calculate/MSP/MSP602219e3e3996gh5hbc100005fea4b2e9h4g4ccc?MSPStoreType=image/gif&s=16&ext=.gif"
>>>
>>
>> then CF still complains:
>>
>> The /calculate/msp/msp602219e3e3996gh5hbc100005fea4b2e9h4g4ccc image format
>> is not supported on this operating system.
>>
>>
>> CF seems to ignore anything after the ?
>>
>> As mentioned before I managed to work around this by fetching the image over
>> cfhttp but cfimage would have been a lot more convenient.
>>
>> Cheers
>>
>> Stefan
>>
>>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341126
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm