Project

General

Profile

Partial Content [HTTP code 206] support in extplorer 2.1.7

Added by Jibran Khalil about 7 years ago

Hello community,

I am looking for "partial content" feature in extplorer. We can download files but can't "resume" partially downloaded files.

The httpd server (Apache 2) running extplorer has mod_headers enabled (verified by both "apachectl -M" and httpd.conf).

This (http://serverfault.com/questions/398219/how-can-i-enable-byte-range-request) suggests that "http_send_file" and "http_send_data" needs to be modified so that extplorer supplies partial content (range data) to its clients, and contains enough logic to support resuming incomplete downloads.

Anyone, any thoughts on this please?

PS. This discussion (http://stackoverflow.com/questions/157318/resumable-downloads-when-using-php-to-send-the-file) also may be of help!

JK.