Re: [twsocket] Problem with HTTPServer

2005-05-05 Thread Fastream Technologies
t; Sent: Thursday, May 05, 2005 9:59 PM Subject: Re: [twsocket] Problem with HTTPServer I don't understand your problem. Returning a page as a reply of a POST is basic work. No need to change anything. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Fast

Re: [twsocket] Problem with HTTPServer

2005-05-05 Thread Francois PIETTE
Sent: Thursday, May 05, 2005 8:29 AM Subject: [twsocket] Problem with HTTPServer > Hello, > > I am trying to return a page after a HTTP POST is completed successfully. I > noticed to do this, I need to set THttpConnection(Sender).FState := > hcHeader, but the variable i

[twsocket] Problem with HTTPServer

2005-05-04 Thread Fastream Technologies
Hello, I am trying to return a page after a HTTP POST is completed successfully. I noticed to do this, I need to set THttpConnection(Sender).FState := hcHeader, but the variable is no accessible. I propose to add this line to THttpConnection.PostedDataReceived(). Best Regards, SubZero -- To u