实现大文件下载的关键在于循环读取字节流
function downloadFile($filename) {
//获取文件的扩展名
$allowDownExt = array ( 'rar', 'zip', 'png', 'txt',
实现大文件下载的关键在于循环读取字节流
function downloadFile($filename) {
//获取文件的扩展名
$allowDownExt = array ( 'rar', 'zip', 'png', 'txt',
微信扫码登录