As far as I know, and data sent as POST is put into the FORM object, so using "fieldnames" you should be able to get the data (thin it's fieldnames, off the top of my head at the mo).
a simple way to check is: <cfloop collection="#form#" item="idx"> <cfoutput>#idx#: #form[idx]#</cfoutput> </cfloop> HTH, Cameron ----- Original Message ----- From: "luke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 13, 2001 5:23 AM Subject: [cf-xml] Flash's XML.send function > Hi > > when you xml.send with Flash to send XML to a ColdFusion page, it comes > with the POST method, but you can't seem to get at the information with > the normal form variables (but I can see the information if I turn 'show > variables' on in the administrator. Does anyone know how I get this > information in ColdFusion? > > Luke > > > -----------------------+ > cf-xml mailing list > [EMAIL PROTECTED] > http://torchbox.com/xml > -----------------------+ cf-xml mailing list [EMAIL PROTECTED] http://torchbox.com/xml
