mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
업로드 파일명 처리 관련 버그 수정
xpressengine/xe-core#2008 xpressengine/xe-core#2269
This commit is contained in:
parent
a0d688df9d
commit
d069cf1194
3 changed files with 6 additions and 2 deletions
|
|
@ -366,7 +366,7 @@ class UA
|
|||
|
||||
case 'rfc5987':
|
||||
$filename = rawurlencode($filename);
|
||||
return "filename*=UTF-8''" . $filename . '; filename="' . $filename . '"';
|
||||
return "filename*=UTF-8''" . $filename;
|
||||
|
||||
case 'old_ie':
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue