Talk About Network

Google





Programming > Pascal Delphi Components Usage > idHTTP - downlo...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 144 of 175
Post > Topic >>

idHTTP - downloading from localhost problem

by forums@[EMAIL PROTECTED] Jan 23, 2005 at 01:49 AM

i am using this code

var
F: TFileStream;
begin
F := TFileStream.Create('.\tmp\tmp.pdf', fmCreate);
try
HH.Get(URL, F);
finally
F.Free;
end;

when URL is file from Internet, downloading is ok, when i try to
download from local host it stops below 100k. I couldnt find the
reason.
my localhost is  Apache 2.0.48 on winXP. I am using it for testing. I
can download the same file from localhost with flashget or Opera's
download manager, but not with idHTTP.

what may be the problem?
 




 1 Posts in Topic:
idHTTP - downloading from localhost problem
forums@[EMAIL PROTECTED]   2005-01-23 01:49:17 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Wed Jan 7 21:03:04 PST 2009.