Skip to content

Commit

Permalink
docs: Upload 修正老旧文档 close ant-design#2892 (ant-design#2941)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddcat1115 authored and benjycui committed Sep 7, 2016
1 parent ff43481 commit dcd4477
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/upload/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ english: Upload
response: '{"status": "success"}', // 服务端响应内容
}
```

如果上传控件是 multiple 时,此参数将为一个对象数组 `[file, ...]`
> `[email protected]` 之前,multiple 模式下,此参数为一个对象数组 `[file, ...]``[email protected]` 开始无论是否多选,均为一个对象。
2. `fileList` 当前的文件列表。
3. `event` 上传中的服务端响应内容,包含了上传进度等信息,高级浏览器支持。
Expand Down

0 comments on commit dcd4477

Please sign in to comment.