Zip Processor PHP 3 Support Product Page

Delete zip file after extraction not working

Asked 20 Mar 2014 14:10:05
1
has this question
20 Mar 2014 14:10:05 David Woolley posted:
'Delete zip file after extraction' is not working.
DW CS6, Zip Processor PHP 3, PHP 5.4.7
Here is the code:

<?php
// FileZip Processor 3.0.4
$zip1 = new ZipProcessor;
$zip1->scriptFolder = "../ScriptLibrary";
$zip1->source = "upload";
$zip1->overwrite = true;
$zip1->action = "unzip";
$zip1->comment = "";
$zip1->uploadFolder = "../presentations_vm";
$zip1->extractUnique = false;
$zip1->deleteAfterUnzip = true;
$zip1->defaultFile = "";
$zip1->uploadFields = "";
$zip1->ProcessFiles($ppu);
?>


Replies

Replied 16 Apr 2014 09:59:39
16 Apr 2014 09:59:39 David Woolley replied:
Anybody out there?
Dave

Reply to this topic