Content-Disposition: inline do not work in Chrome?
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.
精彩评论