<div dir="ltr">2013/1/23 Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">
On Wed, 23 Jan 2013, silvioprog wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Hello,<br>
<br>
Some times, we need to resume a download. To do this is very easy, enough read byte by byte and continuing from the last 50KB (Chrome and Firefox works so).<br>
<br>
So, TFPHttpClient allow to read byte by byte of a content?<br>
</blockquote>
<br></div>
No.<br>
<br>
Michael.</blockquote></div><div><br></div><div style>Based on future implementation to "TFPHttpClient: download progress (or status)" feature request ...:</div><div style><br></div><div>(...)</div><div style>  TOnProgressEvent = (Sender : TObject; BytesRead,ContentLength : Int64) of object;</div>

<div style>(...)</div><div style><br></div><div style>...if the "Sender" is the Stream, you can resume download, saving current stream to a file. Would have to implement only one parameter for reading the stream be launched from the size of the file that has been saved to disk. (I do not know if the translator was clear in my explanation. :/ )</div>

<div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>