I'm must be missing some thing here. I have a page that accepts
variables from a flash file. It works great except that CF7 seams to
be uppercasing all the form filed names.

i'm using this
<cfloop index="field" list="#form.fieldNames#">
<cfset foo = listAppend(foo, '#field#=#form[field]#', '&')>
</cfloop>
what am i doing wrong?
-- 
Phil

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281634
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