Forum Moderators: coopster

Message Too Old, No Replies

untar in server

need to untar upploeded file in server

         

polarsson

11:52 am on Aug 10, 2009 (gmt 0)

10+ Year Member



I am looking for an PHP application to untar and unzip files uploaded to an apache webserver. The functions system() and exec() is disabeled so it has to be done in some other way.

/P-O

brotherhood of LAN

12:10 pm on Aug 10, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to the forums polarsson,

PHP has some compression and archive extensions [us3.php.net] that will definitely be able to deal with your ZIP files, not so sure about .tar files though.