Title: Message

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


<<website_solutions_banner.gif>>

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