I have a list of fields that will hold images to be uploaded, and all 
fields are the same name. Can I loop through like so to insert the 
images? I am wondering about the filefield attribute of the cffile tag.

<CFLOOP LIST="#attributes.clip#" INDEX="i">
    <CFFILE
          ACTION="upload"
          FILEFIELD="i"
          NAMECONFLICT="MAKEUNIQUE"
          DESTINATION="myDestination"
          ACCEPT="image/gif,image/jpeg">
</CFLOOP>





There are two major products that come out of Berkeley: LSD and [Unix] 
BSD. We don't believe this to be a coincidence.



Doug Brown
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to