为什么不使用sendFile()识别图像文件?

时间:2019-05-17 21:06:27

标签: yii2 sender sendfile

当我尝试在Yii2中使用senderFile()发送文件时;通过打开此文件,始终会收到一条消息文件格式无效或文件已损坏,因此:

在任何控制器中,我都输入了代码:

function testConnectie() {
    alert('connected')
};

window.onload = testConnectie;

$('#fresh').one('click', testConnectie);

当浏览器发出有关文件下载的警报时;我尝试打开文件;但总是会得到指示的错误。

谢谢

0 个答案:

没有答案