While producing Excel Report using the mighty PHPExcel in IIS + SSL activated , I have problem downloading using IE8. After searching anywhere , finally found the resolution.
add header
header("Cache-Control: public, must-revalidate");
header("Pragma: hack");
In the part of your xls header. then it works like a charm.
Tidak ada komentar:
Posting Komentar