cffile with unique names

2003-02-12 Thread Darren Adams
Hello, I am uploading an image and then inserting a record into the database. So that there are no name clashes I have set the tag to make unique files names. However, when I refer to the uploaded file name e.g. cffile.serverfilename etc. It seems to list the name of the file before it was made

Re: cffile with unique names

2003-02-12 Thread Paul Giesenhagen
ROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 10:03 AM Subject: cffile with unique names > Hello, > > I am uploading an image and then inserting a record into the database. > > So that there are no name clashes I have set the tag t

RE: cffile with unique names

2003-02-12 Thread Acantrell
CF-Talk > Subject: cffile with unique names > > > Hello, > > I am uploading an image and then inserting a record into the database. > > So that there are no name clashes I have set the tag to make unique > files names. > > However, when I refer to the uploaded file

RE: cffile with unique names

2003-02-12 Thread Ben Doom
nbow Software, Inc : -Original Message- : From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]] : Sent: Wednesday, February 12, 2003 11:18 AM : To: CF-Talk : Subject: Re: cffile with unique names : : : Are you saying that if you update picture.jpg and then output : #cffile.serverFilename# it ret

RE: cffile with unique names

2003-02-12 Thread Acantrell
unique, and also having a reference from the file name to the record if you ever needed that for anything. Adam. > -Original Message- > From: Ben Doom [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 10:26 AM > To: CF-Talk > Subject: RE: cffile with unique nam

RE: cffile with unique names

2003-02-14 Thread Rick Faircloth
How do you code for that, Adam? Rick > -Original Message- > From: <"Cantrell>,Adam" [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 12, 2003 12:05 PM > To: CF-Talk > Subject: RE: cffile with unique names > &g

RE: cffile with unique names

2003-02-14 Thread Ben Doom
You can specify the destination filename: -- Ben Doom Programmer & General Lackey Moonbow Software, Inc : -Original Message- : From: Rick Faircloth [mailto:[EMAIL PROTECTED]] : Sent: Friday, February 14, 2003 2:34 PM : To: CF-Talk : Subject: RE: cffile with unique n

RE: cffile with unique names

2003-02-14 Thread Rick Faircloth
nal Message- > From: Ben Doom [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 2:44 PM > To: CF-Talk > Subject: RE: cffile with unique names > > > You can specify the destination filename: > > action="upload" >