Re: [PHP] uploading and extracting zip files

2006-07-07 Thread Richard Lynch
On Tue, July 4, 2006 7:26 pm, Schalk wrote: > Can someone please point me to a tutorial or open source 'library' > that > will explain how one can upload a .zip file and then extract it's > contents and store this on the server and/or database using PHP. > Basically the same way as one can upload a

Re: [PHP] uploading and extracting zip files

2006-07-06 Thread Anas Mughal
I had used the uploader class (by David Fox, Dave Tufts) in a previous project. It worked well for me. Hope you could locate it using Google. In any case, Google could locate many upload scripts for you. Good luck! -- Anas Mughal On 7/6/06, Jochem Maas <[EMAIL PROTECTED]> wrote: Chr

Re: [PHP] uploading and extracting zip files

2006-07-06 Thread Jochem Maas
Chris wrote: > nicolas figaro wrote: >> Chris a écrit : >>> Schalk wrote: Greetings All, Can someone please point me to a tutorial or open source 'library' that will explain how one can upload a .zip file and then extract it's contents and store this on the server and/or da

Re: [PHP] uploading and extracting zip files

2006-07-04 Thread Chris
nicolas figaro wrote: Chris a écrit : Schalk wrote: Greetings All, Can someone please point me to a tutorial or open source 'library' that will explain how one can upload a .zip file and then extract it's contents and store this on the server and/or database using PHP. This will unzip a f

Re: [PHP] uploading and extracting zip files

2006-07-04 Thread nicolas figaro
Chris a écrit : Schalk wrote: Greetings All, Can someone please point me to a tutorial or open source 'library' that will explain how one can upload a .zip file and then extract it's contents and store this on the server and/or database using PHP. This will unzip a file: http://pear.php.n

Re: [PHP] uploading and extracting zip files

2006-07-04 Thread Chris
Schalk wrote: Greetings All, Can someone please point me to a tutorial or open source 'library' that will explain how one can upload a .zip file and then extract it's contents and store this on the server and/or database using PHP. This will unzip a file: http://pear.php.net/package/Archiv

[PHP] uploading and extracting zip files

2006-07-04 Thread Schalk
Greetings All, Can someone please point me to a tutorial or open source 'library' that will explain how one can upload a .zip file and then extract it's contents and store this on the server and/or database using PHP. Basically the same way as one can upload and install components etc. with J