[twsocket] HttpServer POST Error

2007-02-09 Thread troppo gigio
All, I've solved, just forgot to add HttpServer1.ClientClass := TMyHttpConnection; Ciao Luciano -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

[twsocket] HttpServer POST Error

2007-02-09 Thread troppo gigio
Hi All, I'm trying to use the HttpServer component with Delphi 4 to read a POST. I'm actually using the sample provided by Francois, but the ReallocMem(ClientCnx.FPostedDataBuffer, ClientCnx.RequestContentLength + 1); gives me an EAccessViolation error. Could u give me an hel