Ok, what i am trying to do is let a person upload two different picture 
files....

Now i want to append some text to the name of the file that they are 
uploading....

is there a way to do this?

i am using this, but it's not working....

<cfset RegularPhoto = "#FORM.RegularPhoto#regular.jpg">
<cfset File.ServerFile = #RegularPhoto#>

<cffile Destination = "D:\pictures"
    ACTION = UPLOAD
    FILEFIELD = "RegularPhoto"
    ACCEPT = "image/jpeg, image/jpg, image/pjpeg">

??????

is there something i am doing wrong or not including?
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to