天天看點

php下載下傳zip檔案 下載下傳壓縮檔案

header('Content-type: application/force-download');
header('Content-Disposition: attachment; filename="myzip.zip"');   

@readfile('myzip.zip');