由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 动态生成pdf一问
相关主题
请问如何让IE提示将CGI返回的结果保存为文件?ASP SECURITY 一问
请教cgi程序问题Webpage making help!
PHP simple question一个java web access的问题
Apache (1): IntroductionDrupal错误一问
Google网站的图片link关于从bbs定期检索搜集特定内容的帖子一问
重新set一个password失败申请域名一问
如何设置自动导向到另外一个网页?Apache配置一问
[转载] 一个简单问题other urls Re: 怎么设置可以看到CODE?
相关话题的讨论汇总
话题: content话题: pdf话题: header话题: http
进入BuildingWeb版参与讨论
1 (共1页)
m*t
发帖数: 7490
1
将一些pdf文件存到mysql里了,然后用php读出来生成下载文件
发现如果用header("Content-type: application/pdf")来声明的话
IE会自动打开pdf,而不是询问是打开还是保存
不知有什么办法可解?多谢
d*****l
发帖数: 8441
2
Just curious. How could you save pdf files to a database? I guess that
databases contain tables rather than files.
s***2
发帖数: 6
3
Using HTTP Header "Content-Disposition" ,
e.g
response.setHeader("Content-Disposition",
" inline; filename=myXXXX.pdf");
s***2
发帖数: 6
4
Using HTTP Header "Content-Disposition" ,
e.g
response.setHeader("Content-Disposition",
" inline; filename=myXXXX.pdf");
B*****g
发帖数: 34098
5
google "blob", "clob"

【在 d*****l 的大作中提到】
: Just curious. How could you save pdf files to a database? I guess that
: databases contain tables rather than files.

d*****l
发帖数: 8441
6
Thanks!
Read a little.
Is there any limitations of such methods? Is it better than just storing
URLs?

【在 B*****g 的大作中提到】
: google "blob", "clob"
m*t
发帖数: 7490
7
试了一下,这下是只能保存不能打开了。很奇怪
不过还是多谢

【在 s***2 的大作中提到】
: Using HTTP Header "Content-Disposition" ,
: e.g
: response.setHeader("Content-Disposition",
: " inline; filename=myXXXX.pdf");

s***2
发帖数: 6
8
你的意思是保存的pdf文件不能用acrobat reader打开了还是不能直接用IE打开了?
m*t
发帖数: 7490
9
搞定了 把inline换成attachment就行了

【在 s***2 的大作中提到】
: Using HTTP Header "Content-Disposition" ,
: e.g
: response.setHeader("Content-Disposition",
: " inline; filename=myXXXX.pdf");

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
other urls Re: 怎么设置可以看到CODE?Google网站的图片link
谁能帮我一个大忙,先万分感谢!重新set一个password失败
如何让一个域名完全镜像另外一个域名?如何设置自动导向到另外一个网页?
Google Cloud Platform for $500[转载] 一个简单问题
请问如何让IE提示将CGI返回的结果保存为文件?ASP SECURITY 一问
请教cgi程序问题Webpage making help!
PHP simple question一个java web access的问题
Apache (1): IntroductionDrupal错误一问
相关话题的讨论汇总
话题: content话题: pdf话题: header话题: http