When I fill in the first and last names and click the button to submit (post) 
the data, the program throws an exception ( Access violation at address 
004B34E8 in module OverbyteIcsSslWebServ.exe Write of address 00000026 ) and 
the debugger line breaks on Remote.FPostedDataBuffer[Remote.FDataLen] := #0; 
within the procedure TSslWebServForm.SslHttpServer1PostedData.

Change the line
Remote.FPostedDataBuffer[Remote.FDataLen] := #0;
to
Remote.FPostedRawData[Remote.FDataLen] := #0;
--
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