On Thu, Mar 20, 2008 at 11:13 PM, Rick Faircloth
<[EMAIL PROTECTED]> wrote:
>  I'll get on the jQuery list, which is the library I'm using
>  to perform the form field additions and find out how to implement
>  the counter.

Rick,

You don't really need a counter. Just do something like (not checking
syntax here...):
<cfloop collection="#form#" item="FieldName">
  <cfif Left(FieldName,5) EQ "file_">
    <cffile action="upload" fileField="#FieldName#" destination="..."
[otherattributes] />
  </cfif>
</cfloop>

-- 
Matt Williams
"It's the question that drives us."

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301733
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to