详细信息 您现在的位置是:首页 > php

下载服务器上文件xml、doc、xls等挺方便

来源: 发布时间:2021-06-05 572 人已围观

摘要下载服务器上文件、图片、xml、doc、xls等挺方便


//下载服务器上文件xml、doc、xls等

function downfile($fileurl)

{

 ob_start(); 

 $filename=$fileurl;

 $date=date("Ymd-H:i:m");

 $size=readfile($filename);

 header( "Content-type:  application/octet-stream "); 

 header( "Accept-Ranges:  bytes "); 

 header( "Content-Disposition:  attachment;  filename= {$date}.doc"); 

 header( "Accept-Length: " .$size);

}

 $url="url地址";

 downfile($url);



站点信息

  • 电话:15226178738
  • QQ:1697915848
  • 邮箱:1697915848@qq.com