 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
forums@mail.bg Guest
|
Posted: Sun Jan 23, 2005 9:49 am Post subject: idHTTP - downloading from localhost problem |
|
|
i am using this code
var
F: TFileStream;
begin
F := TFileStream.Create('.tmptmp.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?
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|