Jump to content

[Solved] Download PDF Invoice


webresellers

Recommended Posts

after opening a ticket with Matt, this is what he said:

 

Please check over the following code and see which PHP header you have blocked or disabled and if possible unblock it:

 

header("Pragma: no-cache");

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

header("Cache-Control: must-revalidate, post-check=0, pre-check=0");

header("Cache-Control: private",false);

header("Content-Type: application/octet-stream");

header("Content-Disposition: attachment; filename=\"$filename\"");

header("Content-Transfer-Encoding: binary");

 

I am not sure what this means.... Is this in the php.ini or /etc/mime.types, or should I be looking somewhere else?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated