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';