$response = response()->download($path, 'fileName', $headers);
$headerValue="attachment; filename*=\"UTF-8'zh-cn'".urlencode($name)."\"";
$response->headers->set('Content-Disposition', $headerValue);
下载显示中文文件名 乱码 Firefox 的解决办法
最新推荐文章于 2019-10-15 18:12:33 发布