Hi all,

I want to upload huge (around 20 MB) files from TIdHTTP (at client side) to
TIdHTTPServer server side.
At client I am uploading by the following code:

    IdHTTP1.Post('http:/blab la …', src, dst);

Src and dst are TFileStream.

At server side and on TIdHTTPServerCommandGet I am receiving the uploaded
file into ARequestInfo.UnparsedParams!!! This is a string, and
ARequestInfo.PostStream is nil.
.
My question how can I make the program to receive the uploaded file into
ARequestInfo.PostStream?

Thank you for your help.

Monir


_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to