Open GoogleCodeExporter opened 9 years ago
Check file permissions. I think they should be 777.
Original comment by sartaz...@gmail.com
on 10 Aug 2010 at 1:16
header("Pragma: public");
header("Expires: 0");
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; filename=$archive_file_name");
header("Content-Transfer-Encoding: binary");
header("Content-Length: ".filesize($archive_file_name));
readfile($archive_file_name) or die("File not found.");
unlink($archive_file_name);
exit;
Also check the permissions for the folder
Original comment by sreenuva...@gmail.com
on 10 Aug 2010 at 1:30
Does ZipArchive Support AES encryption ?
Original comment by kayyali....@gmail.com
on 7 Oct 2010 at 10:12
Original issue reported on code.google.com by
pripyat1...@gmail.com
on 22 Apr 2010 at 6:37