Actions
解析Bug #120
closed
ZY
ZY
Some order attachments cannot be downloaded
解析Bug #120:
Some order attachments cannot be downloaded
Description
Task Details
- When the file name contains special symbols, the file cannot be downloaded
- Files with special characters in the file name can be downloaded normally
- Report and Solution
Others
ZY Updated by Zhongbao Ye almost 5 years ago
Output(2021/05/08)
order/protected/components/file/FileDownloader.php:37
Solution: header("content-Disposition: attachment; filename=" . $fileName); => header('content-Disposition: attachment; filename="' . $fileName . '"');
XF Updated by Xihua Fan over 1 year ago
- Target version set to v3.0
Actions