Board index » delphi » Sending stream from HTTP client to HTTP server.
Sergey Altman
![]() Delphi Developer |
Tue, 13 Apr 2004 04:04:08 GMT
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 -- Serge. ======================================================== |