Answered
loop through post variables?
I'm trying to make my own viewstate setup (I'm a .NET guy
trying to work on a CF site for a client). Is there a way I can
cycle through all the available post variables when a form is
submitted? I want to capture these and put them into a struct which
will then be saved to the session, from which I can grab or modify
fields as I need.
I know I can grab them individually, such as FORM.myinputfield, but how can I blindly cycle through them and put them into a struct? Thanks!
Ryan
I know I can grab them individually, such as FORM.myinputfield, but how can I blindly cycle through them and put them into a struct? Thanks!
Ryan
