PHP compress/zip files with percentage progress bar - is it possible? -


trying compress bunch of files using ziparchive class. working fine, have kind of status bar percentage zipped while users waiting zipping completed.

is possible ziparchive? there other zib libraries use accomplish this?

thanks!


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -