just curious, have you checked with eflare?  i've used their stuff in
the past and found that their support was always second-to-none.

On 1/2/07, Doug Brown <[EMAIL PROTECTED]> wrote:
> I have the following, but cannot seem to get it to work. Images do not 
> resize.  Any help is appreciated.
>
>
>
> <!---UPLOAD THE IMAGE--->
>         <CFFILE action="upload" filefield="AdPhoto" 
> accept="#APPLICATION.ATTACHTYPE#" 
> destination="#APPLICATION.IMAGEPATH#images-ads\cats#Val(ClassAdForPhotos.SCategoryID)#\"
>  nameconflict="makeunique">
>
> <!---RESIZE THE IMAGE--->
>     <cfx_imagecr3 
> load="#APPLICATION.IMAGEPATH#images-ads\cats#Val(ClassAdForPhotos.SCategoryID)#\#File.ServerFile#"
>        
> save="#APPLICATION.IMAGEPATH#images-ads\cats#Val(ClassAdForPhotos.SCategoryID)#\#File.ServerFile#"
>        resize="250x250">
>
> <!---RENAME THE IMAGE--->
>         <CFSET RenamePhoto = "#Val(adid)#-#DateFormat(Now(), 
> "yyyymmdd")##TimeFormat(now(), "HHmmss")#.#File.serverFileExt#">
>
>         <CFFILE action="rename" 
> source="#APPLICATION.IMAGEPATH#images-ads\cats#Val(ClassAdForPhotos.SCategoryID)#\#File.ServerFile#"
>  
> destination="#APPLICATION.IMAGEPATH#images-ads\cats#Val(ClassAdForPhotos.SCategoryID)#\#Trim(RenamePhoto)#">
>
>         <CFSET AdPhoto = "#Trim(RenamePhoto)#">
>
> Doug B.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

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