Jump to content

Zip class thing not working


Vivid Lust

Recommended Posts

Hi, I'm using this class:

 

http://www.weberdev.com/get_example-4499.html

 

And the following code:

 

include("zip.class.php");

$ziper = new zipfile();

$ziper->addFile("file.html","test.txt"); //array of files

$ziper->output("myfile.zip");

 

After download the myfile.zip, what is inside it is:

        test.txt (and the file contains "file.html")

And also it crashes my computer.

 

Any help to sort this out please???

 

Thanks.

 

Link to comment
https://forums.phpfreaks.com/topic/127040-zip-class-thing-not-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.