Open zip file without temporary files
- by Javis Perez
i've seem this post about extracting a zip without a temporary file via stream and pipes:
Open a file from archive without temporary extraction
The problem is that i'm using php and have no idea if that is possible.
I've search a lot with no luck.
My idea is to preview zip files from the dropbox using its API but i dont want to save the files to a local drive, just preview the content. Any idea if that's possible with php?
Almost everything i found is about creating the file, not reading it... :-\
I was thinking that i might try with nodejs, but i know mostly nothing about nodejs, do you think it would support it?
Any other idea please? thank you.