Have a look on cf aussie a few days ago with subject "cffile multiple uploads"
Carl On Thu, 18 Nov 2004 22:47:02 +1000, Claude Raiola <[EMAIL PROTECTED]> wrote: > > > > > I am trying to upload several images at ones within the same form page > however I am not sure how to capture the different file names being uploaded > as I am using which results in the same image being upload instead of the > two separate images #FILE.ServerFile# in the update query eg: > > <cfloop list="#form.id#" index="z"> > > <CFQUERY NAME="UPDATE_image" datasource="#ds#" username="#un#" > password="#pw#"> > UPDATE table > SET property_image_#z# = '#FILE.ServerFile#' > where id=#form.id# > </CFQUERY> > > </cfloop> > > your assistance and advice would be appreciated > > > > > > Kind Regards > > > > Claude Raiola > B.Econ(Acc.); B.Hotel Mngt. > Mobile: 0414 228 948 > Phone: 07 5538 5961 > Fax: 07 3319 6444 > > Websites: > www.WebsiteSolutions.com.au > www.AustralianAccommodation.com > www.AccommodationNewZealand.com > www.HospitalityPurchasing.net > www.Samaris.net > > > -- ==================================== Postal: Po Box 3462 Dural, NSW 2158 Email: mailto:[EMAIL PROTECTED] FireFly Internet Phone: 80011777 --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
