Remote unzip script?
PermalinkI was wondering if anyone had a remote unzip script? It would be sweet if there were a way to upload a Concrete.zip file and an unzip.php file, then call the unzip script from my browser and have it handle it all on the server side. That could probably be much faster than the current process.
Thoughts? Anyone done this before?
It won't work on most servers as I'm using some command line tools to speed up things.
But it would be pretty easy to do this with "ZipArchive" or pclzip.
It might be nice to make such a "distribution" official...? I'd sure be helping out with some code.