开发者

Problem Viewing PDF in Browser

I have a link in my page :

<a href="sharedfiles/general.pdf"> View PDF</a>

The problem is that when the link is clicked, Instead of viewing the content of the file in the browser, the file is dow开发者_运维百科nloaded .

Any ideas what's wrong?

ps : I have Mozilla FireFox 3.6 & Adobe Reader Installed


Make sure you use the correct mime type (application/pdf), and the Content-Disposition: inline header.


Check your webserver is providing the correct MIME type for the response - it should be application/pdf

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜