|
|
Question : Mime-Version/Content-type for CSV files?
|
|
I need to set the Mime-Version and Content-type so that the browser will download a file. I know how to do this by modifing the header but I don't know what the specific value should be.
|
Answer : Mime-Version/Content-type for CSV files?
|
|
try using this: header("Content-type: application/vnd.ms-excel;charset=ISO-8859-1");
CJ
|
|
|
|