From 871be19528fef1769020aede1a5f6e40872e2b5e Mon Sep 17 00:00:00 2001 From: "xiaosheng.lj" Date: Tue, 24 Nov 2015 17:00:34 +0800 Subject: [PATCH] fix upload multiple #579 --- components/upload/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/upload/index.jsx b/components/upload/index.jsx index 0a68b40053..554545bba5 100644 --- a/components/upload/index.jsx +++ b/components/upload/index.jsx @@ -62,7 +62,7 @@ const AntUpload = React.createClass({ f.status = 'uploading'; return f; }); - nextFileList = nextFileList.concat(file); + nextFileList = nextFileList.concat(targetItem); } else { targetItem = fileToObject(file); targetItem.status = 'uploading';