跳出下载文本的对话框

Posted Ali|备份日志

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了跳出下载文本的对话框相关的知识,希望对你有一定的参考价值。

<?php
function downfile()
{
 $filename=realpath("https://www.baidu.com/"); //文件名
 $date=date("Ymd-H:i:m");
 Header( "Content-type:  application/octet-stream "); 
 Header( "Accept-Ranges:  bytes "); 
Header( "Accept-Length: " .filesize($filename));
 header( "Content-Disposition:  attachment;  filename= {$date}.doc"); 
 echo file_get_contents($filename);
 readfile($filename); 
}
downfile();




?>

 

以上是关于跳出下载文本的对话框的主要内容,如果未能解决你的问题,请参考以下文章

我想在C# winform中点击按钮跳出一个对话框,对话框有个类似textbox文本框。

为啥我的IE8打不开而且还跳出一个应用程序错误的对话框????

软输入键盘隐藏编辑文本

电脑开机会跳出microsoft.net framework错误的对话框怎么解决啊?高手帮忙

我的电脑每隔半小时就有信使服务对话框跳出来,咋能不弹出这个对话框呢

火狐浏览器每次打开就跳出“error console”对话框,为啥?