From 882711c1af37c86db52a67494140b3893f0ab206 Mon Sep 17 00:00:00 2001 From: zcf Date: Sat, 8 Apr 2017 15:55:51 +0800 Subject: [PATCH] =?UTF-8?q?cjkdecode=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/single/input/file.js b/src/base/single/input/file.js index 001770c55..6dc191f1a 100644 --- a/src/base/single/input/file.js +++ b/src/base/single/input/file.js @@ -185,7 +185,7 @@ if (199 < xhr.status && xhr.status < 400) { upload["onload"]({}); var attachO = BI.jsonDecode(xhr.responseText); - attachO.filename = BI.cjkDecode(handler.file.fileName); + attachO.filename = handler.file.fileName; if (handler.file.type.indexOf('image') != -1) { attachO.attach_type = "image"; }