For anyone interested, here's the final solution that's working perfectly:

<cffile action="upload" filefield="photo_01_upload" destination="#uppo#"
        accept="image/jpg, image/pjpg, image/jpeg, image/pjpeg, image/png"
nameconflict="makeunique">
<cfset form.photo_01="#cffile.serverfile#">
                                
<cfimage action="resize" height="" width="400" 
source="#rppo##cffile.serverfile#"
        destination="#wppp#/#cffile.clientfilename#_w400.jpg" overwrite="yes">
<cfset form.photo_01_w400="#cffile.clientfilename#_w400.jpg">   

<cfimage action="resize" height="" width="100" 
source="#rppo##cffile.serverfile#"
        destination="#wppt#/#cffile.clientfilename#_w100.jpg" overwrite="yes">
<cfset form.photo_01_w100="#cffile.clientfilename#_w100.jpg">

Thanks for all the help and input!

Rick



> -----Original Message-----
> From: Claude Schneegans [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 08, 2007 11:07 AM
> To: CF-Talk
> Subject: Re: Image Management
> 
>  >>Depends on what the image represents.
> 
> Ah ah, it's funny how much time you can spend just finding details to
> contradict me ;-)
> Of course, IF you're working with "Binary information in Well Known
> Binary (WKB) format", AND you have a database capable of reading details
> in that format,
> then you better store the image in your database.
> 
> I'm pretty sure that if the initiator of this thread was under such
> conditions, he would have
> never asked the question anyway ;-)




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us

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