docs: update Upload en doc (#2982)

refer to https://github.com/ant-design/ant-design/issues/2892
This commit is contained in:
ddcat1115 2016-09-09 14:45:07 +08:00 committed by Benjy Cui
parent caf218ce4b
commit 41a7f51e12

View File

@ -60,7 +60,7 @@ When uploading state change, it returns:
}
```
If multiple files are uploaded, this parameter will be Array Object `[file, ...]`
> Before `antd@1.9.0`, this parameter will be Array Object `[file, ...]` in multiple mode, while in `antd@1.9.0+`, it will always be an Object.
2. `fileList` current list of files
3. `event` response from server, including uploading progress, supported by advanced browsers.