wwRequest::cFormVars

This property holds the raw POST buffer that the HTTP client submitted.

The format of this buffer depends on the mechanism the client used to send the data to the server. Several modes are common (in order of occurrance):

  1. Standard HTTP POST buffer containing UrlEncoded key value pairs
  2. Multipart HTTP POST data which contains multiple raw data sections
  3. Posted XML from a client such as Microsoft's XMLHTTP which ships with the XMLDOM parser
  4. Non-standard raw data. If client and server both are under your control you can simply send raw data over the wire. The Web server simply passes the data forward. To do so, use wwIPStuff::AddPostkey("",lcData)

If you want to retrieve raw data such as a raw XML post, you can do so using the wwRequest::FormXML method.


o.cFormVars

See also:

Class wwrequest | wwRequest::Form | wwRequest::lUseXMLFormVars | wwHTTP::AddPostFile |

© West Wind Technologies, 1996-2024 • Updated: 09/28/99
Comment or report problem with topic