Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


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 143 of 175
Post > Topic >>

idHTTP - downloading from localhost problem

by forums@[EMAIL PROTECTED] Jan 23, 2005 at 01:11 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:11:06 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan12V112 Tue Oct 7 7:52:05 CDT 2008.