Don't specify the columns attribute, it is not needed, and obviously doesn't 
work.

(The columns attribute is part of cfhttp's csv parsing ability. Why cfhttp does 
CSV parsing instead of having dedicated CSV functions is something only Adobe 
can tell us.)


Use the cfhttpparam tags to send through formfields.

If you don't know what form fields there are, load the first page with cfhttp 
(where the form is), run the results through a HTML parser (you can use 
XmlParse if it's valid XHTML) and extract a list of fields to send with the 
second cfhttp request. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336514
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to