I have a user that wants to upload a zip file that contains multiple images and a single CSV file with data related to the images. They want to be able to upload the zip file and have the program dissect it by finding and processing the data within the CSV file and then storing the images within the zip to their appropriate locations.
I'm trying to figure out how to open the zip so I can cycle through each file in there to find what I need. Is there any way to do this?