Safari adding .html to download

前端 未结 6 1475
南旧
南旧 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:37

    You can use javascript code

    
    

    This will open that xls source and file will be available for download

提交回复
热议问题