我们致力于一个Apache知识的分享网站

Posts Tagged ‘Content-Disposition’

header Content-Disposition参数说明

Content-Disposition参数:
attachment — 作为附件下载
inline — 在线打开
具体使用如:header(“Content-Disposition: inline; filename=文件名.mp3″);