标签: php zip ziparchive
创建zip文件时,存在文件名正斜杠(/)。所以zip文件不是用PHP创建的。它得到404错误
我的代码是:
$filename= "Test/case1"; $zip_file=$filename.date("Y-m-d-h-i-s").'.zip';