开发者

Content-Disposition: inline do not work in Chrome?

开发者 https://www.devze.com 2023-04-03 21:36 出处:网络
I am sending pdf file from my ASP.NET app with header below to display pdf file inside browser. Everything works fine 开发者_JS百科on IE and FF but not on Chrome. I get blank web page and no PDF file

I am sending pdf file from my ASP.NET app with header below to display pdf file inside browser. Everything works fine 开发者_JS百科on IE and FF but not on Chrome. I get blank web page and no PDF file is displayed. Is this known issue?

Content-Disposition: inline; filename="myfile.pdf"


This can be caused by the Adobe plugin. Goto chrome://plugins/ and try disabling it.

0

精彩评论

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