By : staticmaker Published On Sunday, August 14, 2011, 05:16 In PHP Scripts
Downloader Class is made for developers to ease file downloading process.
It auto creates zip file for users to download, for developers, all you need to do is to tell Downloader Class, what files you want to
add to the zip.
And what is more, it is using chunk download mechanism, which makes large file download possible.
Use Downloader Class to build a download system is super easy.
http://www.the-di-lab.com/cc-demo/php/downloadclass/manual/index.html
Manual file is included in download file.