header("Content-Disposition: attachment; filename=$file_download_name;");
header("Accept-">

安全下载与断点续传

80酷酷网    80kuku.com

  安全|下载快速搞定文件下载头部输出

header("Content-type: application/x-download");
header("Content-Disposition: attachment; filename=$file_download_name;");
header("Accept-Ranges: bytes");
header("Content-Length: $download_size");
echo 'xxx'


用header输出ftp下载方式,并且支持断点续传
一个例子:
header('Pragma: public');
header('Cache-Control: private');
header('Cache-Control: no-cache, must-revalidate');
header('Accept-Ranges: bytes');
header('Connection: close');
header("Content-Type: audio/mpeg");

header("Location:ftp://download:123456202.16.22.15/神话.rmvb");














分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间

上一篇php 分析rss代码

下一篇相册程序

点击: