下载的时候什么 就是把 浏览器窗口关闭了,起其他什么反应都没有
$response->headers->add('content-disposition', 'attachment; filename="3.jpg"');
$response->sendFile('./robots.txt');$response->headers->add('content-disposition', 'attachment; filename="3.jpg"');
$response->sendFile('./robots.txt'); 
                            2016-02-28
举报