Hello Christophe,

> - How to force FLineMode to be true, or more generally how to solve such
> a problem. (I tried to do a (Client as THTTPConnection).LineMode:=true
> in the OnClientConnect event but it doesn't change a thing).

In OnPostDocument you have to set LineMode to False (since binary data
can be posted), and when data posting is complete you have to set
LineMode of that data socket back to true.

---
Rgds, Wilfried
http://www.mestdagh.biz


-- 
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

Reply via email to