You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@trafficserver.apache.org by Ian Kinch <ia...@gmail.com> on 2013/07/01 06:00:25 UTC

Parse Form Data

Hi all, i want ask you about parsing form data. In Apache 2.4, we can do it
by use ap_args_to_table for GET method and ap_parse_form_data for POST. How
about 2.2? i tried this one
http://docstore.mik.ua/orelly/apache_mod/139.htm but
it didnt goes well. Can anyone help me about this? I really appreciate your
help.

-- 
==============
*Regrads, *
*Ian Febrian Reza M Yulianto*

Re: Parse Form Data

Posted by James Peach <jp...@apache.org>.
On Jun 30, 2013, at 9:00 PM, Ian Kinch <ia...@gmail.com> wrote:

> Hi all, i want ask you about parsing form data. In Apache 2.4, we can do it by use ap_args_to_table for GET method and ap_parse_form_data for POST. How about 2.2? i tried this one http://docstore.mik.ua/orelly/apache_mod/139.htm but it didnt goes well. Can anyone help me about this? I really appreciate your help.

I think that you want the Apache httpd mailing list, http://httpd.apache.org/lists.html

J