开发者

PDF downloads stopped in Firefox

开发者 https://www.devze.com 2023-02-11 01:12 出处:网络
I was hoping for a way to fix my PDF downloads from being \"stopped\" when being automatic开发者_JS百科ally opened from my website.The PDF is getting stopped because your script on the web server is e

I was hoping for a way to fix my PDF downloads from being "stopped" when being automatic开发者_JS百科ally opened from my website.


The PDF is getting stopped because your script on the web server is either

  1. not serving the correct mime type (response content type)
  2. not buffering (response buffer)
  3. poorly written - spaces between script tags which are illegal for the mime type
  4. getting killed prematurely by the server software
0

精彩评论

暂无评论...
验证码 换一张
取 消