php下载c

1.php下载中,不认识的类型比如zip,rar,rmvb等可以直接点击链接下载<a href="one.zip">one.zip</a>.

2.php下载中,文本和图片只有<a href="one.php">one.php</a>.的话那么会直接打开链接内容

3.php下载中,文本和图片的下载可以借用php文件作为中转,进行php中转的文件中头信息如下定义:  header("Content-Type:image/gif");

    header(‘Content-Disposition:attachment; filename="logo.gif"‘);

    header(‘Content-Lenth:‘.filesize());

    readfile("logo.gif");

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。