I have a large images on server. When user request for any one I download them on to the client machine and once it is complete I load it into Timage control.
Now what client is requesting that the image must come in chunks(parts) and as soon as a chunk is downloaded it must be shown in Timage control and as soon as other chunk downloaded it must be appended to previously loaded image.
I am not getting how to proceed for the same. I am using Delphi 2006