Correct way to trigger a file download (in PHP)?

后端 未结 4 1600
长发绾君心
长发绾君心 2021-01-12 09:34

Quick (and hopefully easy) question: I need to trigger a download of a PDF file that\'s generated by a PHP file. I can do this:



        
4条回答
  •  别那么骄傲
    2021-01-12 10:06

    Automatically starting downloads usually use a meta tag inside a normal page:

    
    

    This example will redirect the browser in 10 seconds to download.php.

提交回复
热议问题