Hi all!
OK I have to develop a download solution and I need to stream a file through a PHP script allowing resumable download (byte range etc.)
There is a PEAR package supposed to do that but I have not been able to resume so far 😐 I already have the streaming code and it works just fine 🙂
Any ideas/experiences?
Thanks!