Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get POST data in ColdFusion

How do you get values from a POST request in ColdFusion?

Figured the hard way that POST.id doesn't work like URL.id.

like image 713
IzzyCooper Avatar asked Apr 27 '11 23:04

IzzyCooper


1 Answers

Post values are passed in the FORM scope ie FORM.id

like image 105
Leigh Avatar answered Oct 24 '22 19:10

Leigh