Handling PHP compressed files

Asked

Viewed 64 times

0

I need to solve the following problem with PHP: the user will upload a zip file containing hundreds (possibly thousands) of files. I must unzip these files into a certain directory and after that I must iterate over the name (need the name!) of each unzipped file to perform a set of operations on that file. Does anyone know any PHP tools for dealing with this type of problem?

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.