Page 1 of 1

Speed limit

PostPosted: 16 Jul 2015 10:57
by George
Hello!

Is there a way to set speed limit?
I would like allow users to download big files from server, but even few users can totally overload all available bandwidth.

At this time, i use this code:
delphi code
wFileDownload.DownloadFileName(HddFilePath);

Re: Speed limit

PostPosted: 16 Jul 2015 14:37
by Alexander Bulei
Hi George,

There is no way limit it on client, only on server side.
You should ask the atozed about that possibility.

Best Regards.

Re: Speed limit

PostPosted: 16 Jul 2015 14:54
by George
I figured out how you send file from server.
delphi code
AResponse.SendStream(Stream);

I'll ask Atozed.