Does DF supports Resuming File Download?

I’m trying to implement resume support for downloading big files using DF file api.
I came to know that the server must support Accept-Range: bytes request header and in turn send 206 Partial Content response code with a Content-Range: bytes response header to support resuming downloads. Is it possible to achieve this with DF?

I’m not aware of any implementation of these headers in DF now, but it’s a good idea to add to our development backlog. Of course if you’re a PHP ninja you’re welcome to add it in the meantime. :wink: