Hi, I have just downloaded the latest release of Indy library. I tested my code, it is working fine now, and the file was in ARequestInfo.PostStream.
Thank you Monir -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Monir-SitesPower Sent: Saturday, March 17, 2007 8:27 PM To: [email protected] Subject: Indy HTTP Server stream Upload 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 _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

