ll of this is
that my code is now working and I can finish off my tests.
Thanks again
Matt
-Original Message-
From: Richard Lynch [mailto:[EMAIL PROTECTED]
Sent: 06 November 2006 21:02
To: Matt Street
Cc: 'php-general@lists.php.net'
Subject: RE: [PHP] PHP Zip Question
On Mon, Nov
Thanks for the response, I decided that it was easier to unpack the zip
during the upload process and then delete the zip. I can then indicate
which files I want to zip up and this works (opening the zip on the
server), but, and it's a big but, when the zip is downloaded to the
users machine it
Dear all,
I am trying to create a zipping mechanism that allows the user to select a
number of files from a list; these files are then zipped and downloaded to
the user's machine. I presently have:
$zip = new ZipArchive();
$filename = $zipfinalpath."tutor/zipfiles/".$tutorzipfile;
3 matches
Mail list logo