diff --git a/components/upload/index.jsx b/components/upload/index.jsx index e3079bf154..60fc2a168a 100644 --- a/components/upload/index.jsx +++ b/components/upload/index.jsx @@ -142,7 +142,7 @@ const AntUpload = React.createClass({ targetItem.percent = e.percent; this.onChange({ event: e, - file, + file: targetItem, fileList: this.state.fileList }); },