Good discussion about this cfc

I have a quicky question 

I found it working but when the file is too large ie > 1 megabyte it craps out

if it's less than 300K it works great

specificially this is what I used

<cfset imageCFC = createObject("component","image")>
 
<cfset results2 = imageCFC.scaleX("", "#ExpandPath(".")#/aaa.jpg", 
"#ExpandPath(".")#/temp.jpg", 300)>

get the file aaa.jpg and make the width 300 K an save it as temp.jpg

I went into the CF admin and increated the 
Timeout Requests after ( seconds )  to 60000 seconds but this did not help

My limited knowlege of CFC I think is hindering me here

any suggestions would be greatly appreciated

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249802
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