Rie*_*u͢s 15
自从提出这个问题以来,已经过了一段时间,并html5给了我们一个不同的方法:
<a href="someWeiredFileName.rar" download="coolFilename.rar">Download</a>
Run Code Online (Sandbox Code Playgroud)
该attribute 下载(了解更多)定义了默认filename存储在客户计算机上的文件(他仍然能够去改变它!).
注意:这不会影响服务器上的任何内容.
pow*_*tac 12
<?php
header('Content-type: application/pdf');
// It will be called downloaded.pdf
header('Content-Disposition: attachment; filename="downloaded.pdf"');
// The PDF source is in original.pdf
readfile('original.pdf');
?>
Run Code Online (Sandbox Code Playgroud)
伪代码
while(1) {
Echo "..."; //<-- send this to the client
if (connection_status()!=0){
die;
}
}
Run Code Online (Sandbox Code Playgroud)
如果用户使用取消浏览器,则可以停止PHP脚本 connection_status()
HTTP无法重新连接已关闭的连接.FTP可以!
| 归档时间: |
|
| 查看次数: |
20444 次 |
| 最近记录: |