Claude there's a step-by-step of how to do exactly this on my site at
http://afpwebworks.com/index.cfm?fuseaction=DisplayDocument&DocumentID=48.

It takes you through the loops etc to do up to 5 files at a time, but
you could easily change it to more if you wanted.

Send me an email if you need any more info.

Cheers
Mike Kear
Windsor, NSW, Australia
AFP Webworks
http://afpwebworks.com
.com,.net,.org domains from AUD$20/Year


On Mon, 22 Nov 2004 12:13:35 +1100, Carl Vanderpal
<[EMAIL PROTECTED]> wrote:
> 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
> >
> >

---
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/

Reply via email to