在线PHP压缩/解压程序--使用zip
HILLS在线PHP压缩/解压程序(zip)
HILLS在线PHP压缩/解压程序(zip)
<?php /** * HILLS在线PHP压缩/解压程序(zip) Version-1.0.423 (RelyHills Online CDEC V1.0.423) * * 发布日期:2010.4.23 11:03 * * 作者主页:http://www.abzz.net * * 作者腾讯QQ:3303911 */ date_default_timezone_set('prc'); $zip = new engine_compress_decompress(); if (isset($_POST)) { $sourcePath = ''; //默认位置 if (isset($_FILES['upfile'])) //上传文件 { $stmp = $zip->fileUpload('upfile'); $sourcePath = $stmp['sourcefile']; $upfileError = $stmp['error']; } elseif (isset($_POST['inputfile'])) //输入目录或者文件 { $sourcePath = $_POST['inputfile']; } elseif (isset($_POST['decompresssourcefiles'])) //解压缩提交 { $isDecompress = $zip->decompress($_POST['decompresssourcefiles'], $_POST['topath']); if (!empty($isDecompress['filelist'])) { $href = '<script type="text/javascript" language="javascript">window.location.href=\'#decompress\'</script>'; } //由于代码太长,我暂时这里只提供一部分,完整文件我将上传上来 } ?>
精彩图集
精彩文章