Pause-able download for Apache Pause-able download for Apache apache apache

Pause-able download for Apache


If you serve your files with php then you should implement Range header processing in your script. You can recieve current range value from $_SERVER['HTTP_RANGE']. It contains the offset in bytes from begin of file.

ps: as usually mentioned - almost everything is already answered here ;-) Resumable downloads when using PHP to send the file?