Open zip file without temporary files
Posted
by
Javis Perez
on Stack Overflow
See other posts from Stack Overflow
or by Javis Perez
Published on 2014-06-11T21:06:39Z
Indexed on
2014/06/11
21:25 UTC
Read the original article
Hit count: 219
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.
© Stack Overflow or respective owner