Edgewall Software

Changes between Initial Version and Version 1 of Ticket #1020, comment 17


Ignore:
Timestamp:
Sep 17, 2015, 11:44:17 PM (9 years ago)
Author:
Jun Omae

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1020, comment 17

    initial v1  
    22
    33Many thanks for this artical - it helped me to get to my solution. In my case, I'm running Apache and serving a dynamically generated PDF file that downloads fine in all popular browsers but IE. My working solution was to add the following lines prior to my other header outputs:
    4 
     4{{{
    55                /**
    66                 * The following Pragma and Cache-Control lines are necessary
     
    1616                header("Pragma: public");
    1717                header("Cache-Control: max-age=0");
    18 
    19 Sean P. O. MacCath-Moran
     18}}}
     19Sean P. O. !MacCath-Moran
    2020www.emanaton.com