I'm putting together a basic web server for a small application to communicate with.

I have the GET event working as intended, but am having difficulty with the POST event.

The event fires, but I can't seem to work out where to find the POST data...

I tried: ((THttpConnection *)Client)->ReceiveStr( ) and ((THttpConnection *)Client)->Params but both appear to be empty.

Where would I find the actual posted data?

Thanks,

Dave


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to