码迷,mamicode.com
首页 > Web开发 > 详细

http response

时间:2014-11-05 16:38:24      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   io   color   ar   os   java   sp   

关键词:http response header 下载文件

案例1:

访问某个链接,然后下载文件,需要特定的http头:

header("Content-Type:application/zip;");
header("Content-Disposition: attachment; filename=tmp.txt");

content-type表明是什么类型的文件,zip表示是zip类型的

content-disposition这个选项固定为attachment,我也不清楚是啥意思

filename是下载时保存用的文件名

附:shell下的zip命令:http://www.blogjava.net/cpegtop/articles/382714.html

http response

标签:style   blog   http   io   color   ar   os   java   sp   

原文地址:http://www.cnblogs.com/helww/p/4076362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!