Sending stream from HTTP client to HTTP server.

Hi all.
I have Indy 8 http client and http server applications.
Now, I'd like to send the stream from client to server.
I do Post on the client with the Stream parameter.
Now, in the HttpServer you process that stream as a StringStream - which is
not acceptable because my stream gets cut off in the middle (as soon as it
finds #0 character).
Also you treat that stream as list of parameters and put it in Params which
is also not good because what if I'm sending the binary information (what I
actually do).

So my question is: Is there a way that HttpServer would treat a Stream, from
Request as a regular stream, saves it to the Stream variable and let
developer process that stream?

--
Thanks.

Serge.

========================================================
Sergey Altman                          ext:  4855
MIS Dept                         Business: (973) 438-4855
IDT Corp                                email: salt...@corp.idt.net
========================================================