How to Upload Zip file to Extract Automatic

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
hawkfire
User
Posts: 9

How to Upload Zip file to Extract Automatic

Post by hawkfire »

Hello,

I want to upload a zip file to the server. However, when I load on the server in the folder where I want to be extracted automatically. I wonder how can we do it?


danielc
User
Posts: 1601

Post by danielc »

PHP has built-in extensions for dealing with compressed files. You may need to enable the extension in php.ini (extension=php_zip.dll) to use it. Then, you can write your code to do unzip the uploaded zip file.


Post Reply