Aurora078 Posted October 6, 2010 Posted October 6, 2010 Is there a way to read the zip file and grab the filenames ? Quote
a_bertrand Posted October 7, 2010 Posted October 7, 2010 There is a lot of ways to do so: http://php.net/manual/en/book.zip.php http://sourceforge.net/projects/phpziplib/ or you can maybe call a shell unzip to do so: exec("unzip -l /tmp/xyz.zip",$result); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.