This is a discussion on open and add new file to zip archive within the PHP Language forums, part of the PHP Programming Forums category; Hi All I want to open an existing zip archive and add mor efiles to it on the fly using ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi All
I want to open an existing zip archive and add mor efiles to it on the fly using php. Can someone point to some resource to do that ? I have looked at the Zend article about creating zip files on the fly but that does not allow me to add files to an existing zip file. Thanks in advance Vijay |
|
|||
|
Hey,
I know a class for that: http://www.phpexperience.nl/scripts/script?id=22 The site is dutch but I think you understand how it works ;-) Dirkjan "VK" <vgopalNOSPAMknow@hotmail.com> schreef in bericht news:blrttm$dvsvf$1@ID-192584.news.uni-berlin.de... > Hi All > I want to open an existing zip archive and add mor efiles to it on the fly > using php. > Can someone point to some resource to do that ? > I have looked at the Zend article about creating zip files on the fly but > that does not allow me to add files to an existing zip file. > Thanks in advance > Vijay > > |