摘要:
其实就是将你的的文件,通过二进制的方法,转成流文件让浏览器识别,或者替换头部信息的方式 function downFileFromServer($showFileName, $downFilePath) { if(file_exists($downFilePath)) { if(is_readable($downFilePath)) { if(Trim($showFileName) == '') { $showFileName = 'undefined'; } ob_start(); ob_clean(); $file_size = filesize($down 阅读全文
posted @ 2011-03-01 11:08
无量小猪
阅读(230)
评论(0)
推荐(0)

浙公网安备 33010602011771号