Michal Jarocinski - 2006-01-31 16:47:25
I used this:
<?php
include "archive.php";
$test = new zip_file("somefile.zip");
$test->set_options(array('inmemory' => 1, 'recurse' => 0, 'storepaths' => 0));
$test->add_files("somefile.php");
$test->create_archive();
$test->download_file();
?>
very simple but I have problem (or IE has problem). It is the metter of header or something? Firefox can manage this. . .