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");
header("Pragma: hack");



0 komentar:
Posting Komentar