How to unzip entire archive?
Posted: Wed Mar 23, 2011 4:37 pm
Is there a simple way to unzip the contents of a specific .zip file, or does the process have to iterate through a file list?
I am serving .zip files from a server to a specific directory. I would like to initiate an unzip from a button for the entire archive to the same directory. The containing folder will be created automatically from the .zip extraction.
Once the process is complete, I want to delete the original .zip file, leaving the extracted content intact.
Any direction would be greatly appreciated, as always.
Thanks!
:Todd
I am serving .zip files from a server to a specific directory. I would like to initiate an unzip from a button for the entire archive to the same directory. The containing folder will be created automatically from the .zip extraction.
Once the process is complete, I want to delete the original .zip file, leaving the extracted content intact.
Any direction would be greatly appreciated, as always.
Thanks!
:Todd