In a message dated 12/1/2003 12:04:20 AM Eastern Standard Time, [EMAIL PROTECTED] writes:
I would like to ask if there is an equivalent of PHP's $HTTP_RAW_POST_DATA
global variable in AOLSERVER using TCL.

$HTTP_RAW_POST_DATA gets an entire form post in raw format. This allows a
great deal of flexibility as developers like me can parse the data from an
unconventional post (e.g. multi-mime multi-part).

I tried ns_getform but it doesn't seem to work because it puts form posts
into an ns_set.
 
Hi,
 
May have already been covered -- in AOLserver 4.0 try the undocumented:
 
ns_conn content ?offset? ?length?
 
Returns the raw bytes as a Tcl string object (which may or may not be what you want). 
 
-Jim
 

-- AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.

Reply via email to