Am I correct? The image upload, using "makeunique" can't be used
in conjuction with reReplace as in:

<cffile action        =   "upload"
        filefield     =   "image"
        destination   =   "#expandPath('images\')##reReplace(image,
'[^a-zA-Z0-9_.]', '', 'all')#"
        accept        =   "image/jpg, image/pjpg, image/jpeg, image/pjpeg"
nameConflict="makeUnique" />

It doesn't seem like it should work, since I'm trying to use server side CF,
while
the server is actually receiving the image...

Rick



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:346839
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to