Thanks its working
clive
James Lobley wrote:
These are the relevant sections from my code:
include("e:/bin/pclzip.php");
$provpath_dec = 'E:/Prov/Processed_Files/';
$provpath_unzip = 'E:/data/prov/';
$filename = '20051026202333.zip';
$archive = new PclZip($provpath_dec . $filename);
$arch
Thanks
Im going to give it a try.
clive
James Lobley wrote:
These are the relevant sections from my code:
include("e:/bin/pclzip.php");
$provpath_dec = 'E:/Prov/Processed_Files/';
$provpath_unzip = 'E:/data/prov/';
$filename = '20051026202333.zip';
$archive = new PclZip($provpath_dec . $fil
These are the relevant sections from my code:
include("e:/bin/pclzip.php");
$provpath_dec = 'E:/Prov/Processed_Files/';
$provpath_unzip = 'E:/data/prov/';
$filename = '20051026202333.zip';
$archive = new PclZip($provpath_dec . $filename);
$archive->extract(PCLZIP_OPT_PATH, $provpath_unzip);
As
Richard Lynch wrote:
On Wed, October 26, 2005 5:44 am, Clive wrote:
does any one have code/examples for unzipping a file thats been
uploaded
to a server. I would prefer a class rather than something that uses
zip.lib as it may not be configured on the server.
$path = "/full/path/to/uploade
Hi,
I found that class but could not get it to work. Well it seem to work,
as I could view the files information, but the extract() didn't do
anything. I checked the writes for the directory the zip file was in and
it did have wright rights. Maybe you can post a code snippet.
thanks
clive
On Wed, October 26, 2005 5:44 am, Clive wrote:
> does any one have code/examples for unzipping a file thats been
> uploaded
> to a server. I would prefer a class rather than something that uses
> zip.lib as it may not be configured on the server.
$path = "/full/path/to/uploaded/file.zip";
exec("/f
This is the class I use:
http://www.phpconcept.net/pclzip/man/en/index.php
On 10/26/05, Clive <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> does any one have code/examples for unzipping a file thats been uploaded
> to a server. I would prefer a class rather than something that uses
> zip.lib as it may n
7 matches
Mail list logo