PHP Remote file streaming with Resume Support
Firstly, I am aware of similar question being asked before. The subject pretty much explains the question but still, the file is hosted on another server, the user will download file via my script, streamed to him... But the problem is user can't resume it once paused...any solutions? You can try implementing your own download script using Accept-Ranges and Content-Range here is a prof of concept : set_time_limit(0); $download = new ResumeDownload("word.dir.txt", 50000); //delay about in microsecs $download->process(); Using Internet Download Manager Start Paused Paused State Resume Finished