Results 1 to 2 of 2

Thread: Download a file in multiple pieces with download manager

  1. #1
    Join Date
    Jul 2005
    Location
    Germany
    Posts
    31

    Default Download a file in multiple pieces with download manager

    In my application I offer multiple downloads. Some of them are really big (>>2 GB). Those files are served from the filesystem (FileCopyUtils, return null, as found in the forum).

    When I use a download manager (like DownThemAll in Firefox) it only opens one channel to the server and starts the download from byte 0.
    I want the download manager to start multiple downloads each with a different piece of the file.

    Does anyone know how this is accomplished?

  2. #2
    Join Date
    Jul 2005
    Location
    Germany
    Posts
    31

    Default

    after searching the net i found out that handling partial downloads has to do with honouring the If-Range and etag headers.
    unfortunatelly beyond that there is not much information on this subject.


    does anyone of you know something more about this?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •