forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,8 +60,7 @@ english: Upload | |
response: '{"status": "success"}', // 服务端响应内容 | ||
} | ||
``` | ||
|
||
如果上传控件是 multiple 时,此参数将为一个对象数组 `[file, ...]`。 | ||
> `[email protected]` 之前,multiple 模式下,此参数为一个对象数组 `[file, ...]`,`[email protected]` 开始无论是否多选,均为一个对象。 | ||
2. `fileList` 当前的文件列表。 | ||
3. `event` 上传中的服务端响应内容,包含了上传进度等信息,高级浏览器支持。 | ||
|