ZIP Upload working with Safe Mode ZIP Upload working with Safe Mode
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

ZIP Upload working with Safe Mode

Started by wz_, May 20, 2006, 07:29:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wz_

Hi, I spent the day messing with an old zip_upload mod, and kicked the m-zip.php functions. Now, I'm using the PhpConcep PclZip library for extraction, and it works fine with my safe_mode server. It's not fully tested, and unzipped files which arent used do not get deleted when the upload is aborted. But maybe someone can refine this and share it :)

I was unable to create subfolders b/c of safe mode, so all uploaded files will go into "unzipped" folder, I'll probably change this!