When uploading more than one file from the same form you'll need to run
<cffile> twice.  After each one you should save the name of the uploaded
file to a variable of some sort.

Using <cffile> creates a host of default values that you can reference:
        full file name with extension = file.serverfile
        file name without extionsion = file.serverfileExt
        file extension = file.serverfileName

Use these variables to record the names of the freshly uploaded files.
___________________________________________
Bryan Love
Director of Development
[EMAIL PROTECTED]

MarketMatrix Inc.
810 3rd Ave
Seattle WA, 98104
206~343~9445
marketmatrix.com 
___________________________________________


-----Original Message-----
From: Arend Roos [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 02, 2000 8:35 AM
To: [EMAIL PROTECTED]
Subject: CFFILE


Hi,

I'm uploading two files using <CFFILE>. I have to write the filenames in a
database. How can I mention the different Clientfile-variables?

Arend Roos

-------------------
Diversion Internet Services (www.diversion.nl)
tel. 0348 408031 - fax. 020 8706093 - [EMAIL PROTECTED]
A real partner in a virtual world

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
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.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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