업로드 파일명 처리 관련 버그 수정

xpressengine/xe-core#2008
xpressengine/xe-core#2269
This commit is contained in:
Kijin Sung 2018-07-20 19:14:36 +09:00
parent a0d688df9d
commit d069cf1194
3 changed files with 6 additions and 2 deletions

View file

@ -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: