There are two methods to extract .zip information instantly on the server:
1.The primary one is through the use of SSH
->Run the next command over SSH:
unzip theziparchive.zip
2.The second approach is with PHP script.
-> Create file unzip.php within the present listing the place your zip file is and add to the file the next script:
<?
‘unzip theziparchive.zip’;
?>
Run file unzip.php in a browser to execute the php script, that can set off file to be unzipped.