Anyone has an idea how google drive unzip file in real time

3

I wanted to understand and know if there is any library or strategy to do the same thing Google Drive does with compressed files, to allow you to navigate the files inside the files without having to unzip them.

Does anyone have any idea how to do this?

    
asked by anonymous 24.08.2017 / 14:59

1 answer

4

You can use some library that reads Zips files. PHP itself has these functions as:

24.08.2017 / 15:04