Hello guys,
I have one problem with this header. Here is complete Header info:
Header("Content-Type: application/vnd.msword");
header("Expires: 0");
header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
I have a link "Save to Word" on my page and when I click on it it calls page
with this Header. Content of that page is dynamicaly constructed.
Then I choose "Save to disk" to save this Word file, and that is openenig
"System Browser Window" asking me to chose Folder and filename...
What I don't like is that it didn't offer me default "doc" extension in Filter
field (File type), but it offers me "Save as .php Document" so I need to type ".doc"
manually at the end of my filename to be saved in "Word" format or to rename
saved file (change .php with .doc).
Can I change that somehow to "MS Word Document" file type?