Safari adding .html to download

前端 未结 6 1471
南旧
南旧 2021-02-19 07:17

I have a little function, that creates .xls document(using PHPexcel) and then sends it to php://output. Then user download it.
Everything works fine, except that safari on

6条回答
  •  囚心锁ツ
    2021-02-19 07:47

    If someone is still facing above problem

    Please change content type as

    header('Content-type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
    

提交回复
热议问题