Unzipping file through PHP
- From: suamya.srivastava@xxxxxxxxxxxxx ("Suamya Srivastava")
- Date: Thu, 22 May 2008 18:26:18 +0530 (IST)
Hi,
I am writing a code to upload multiple files on the server using PHP. I
zipped the folder containing these files, uploaded the zipped file through
my application on the server. Now,I am trying to unzip the .zip file using
PHP. I tried it in different ways using:
1. `unzip filename.zip`
2. system ("unzip filename.zip")
3. system (`unzip filename.zip`)
but it doesnt seem to work. However, the same commands work from command
line. anybody has any ideas what might be wrong here?
Thanks,
Suamya.
-----------------------------------------------------------------------------
DISCLAIMER:-
"The information in this e-mail is confidential, and is intended
solely for the addressee or addressees. If you are not the intended recipient,
please delete the mail and kindly notify the sender of misdelivery. Any
unauthorised use or disclosure of the contents of the mail is not permitted
and may be unlawful."
-----------------------------------------------------------------------------
"Scanned By MailScanner"
.
- Follow-Ups:
- Re: [PHP] Unzipping file through PHP
- From: "Gabriel Sosa"
- Re: [PHP] Unzipping file through PHP
- Prev by Date: Re: [PHP] Re: Re: A Little Something.
- Next by Date: Re: [PHP] Unzipping file through PHP
- Previous by thread: Help preg_replace with Non-English character
- Next by thread: Re: [PHP] Unzipping file through PHP
- Index(es):
Relevant Pages
|