In ColdFusion MX the form field names listed in FORM.fieldnames are in their original case, and not converted to uppercase as they were previously. As CFML is case-insensitive this should have no impact on your code, but if you are processing that variable with List functions be sure to use the case-insensitive functions to be safe. (Applies to: ColdFusion MX)
Leave a Reply