Jumat, 29 Juli 2011

PHPExcel IIS SSL IE8 Download Error

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