CF has always done that from what I remember. The 'fix' is to either use all
uppercase in your flash and keep what you got or use all lowercase in flash
and lcase() in CF.

:-/

..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com


-----Original Message-----
From: Phill B [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, June 20, 2007 12:30 PM
To: CF-Talk
Subject: froms: what the frik!

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



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

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