When a form passes multiple, same-name checkboxes to a CGI script (Perl, C, whatever), what is the "raw" format of those form field values?
I'm trying knock together a cf app that works with an existing form handling script (in Perl, I believe) on another server. The way it works is cftemplate1 --> cftemplate2 --> remote_CGI I've got multiple same-name checkboxes in the first cf template. In cf, of course, I then see a single form variable consisting of a comma-delimited list containing the form field "value" strings. If I pass along this comma delimited list, the CGI doesn't recognize it as multiple values, so I'm guessing this isn't how a browser normally passes along these field values, or else it's not how CGI normally presents them to an application. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

