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 file:

http://pear.php.net/package/Archive_Zip

As for uploading, you'll need something else for that (I don't think there's something to do it *all* for you but I could be wrong).

move_uploaded_file perhaps ?
http://www.php.net/manual/en/function.move-uploaded-file.php

That will definitely do it, I think the OP wanted something already
built to do everything for him with no work.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to