|
4 |
edited title
|
||
IE : (HTTPS): generating pdf from php file doesn't work |
||||
|
3 | added 111 characters in body; edited tags | ||
|
Here is my issue. I am trying to call a page: foo.php?docID=bar and return a PDF to the screen which is stored as a BLOB in the DB. Here is the portion of my code which actually returns the PDF:
This works perfectly fine in Firefox. However, in IE, it doesn't show anything at all. If i'm on another page (i.e. google.com), and I type in the URL to go to this page, it will say it's done, but I will still have google.com on my screen. I checked the headers for the responses from both firefox and IE. They are identical. Does anyone have any suggestions? Need more information? EDIT: If it helps at all, here's the response header and the first line of the content:
EDIT: Also, the page which pulls out the pdf file actually uses the HTTPS protocol instead of HTTP. Thanks in advance, ~Zack
|
||||
|
2 | Added information about the header. | ||
|
Here is my issue. I am trying to call a page: foo.php?docID=bar and return a PDF to the screen which is stored as a BLOB in the DB. Here is the portion of my code which actually returns the PDF:
This works perfectly fine in Firefox. However, in IE, it doesn't show anything at all. If i'm on another page (i.e. google.com), and I type in the URL to go to this page, it will say it's done, but I will still have google.com on my screen. I checked the headers for the responses from both firefox and IE. They are identical. Does anyone have any suggestions? Need more information? EDIT: If it helps at all, here's the response header and the first line of the content:
Thanks in advance, ~Zack |
||||
|
1 |
|
||
