2016-08-25 09:46:19 +08:00
## zh-CN
2020-01-30 13:06:17 +08:00
使用 `fileList` 对列表进行完全控制,可以实现各种自定义功能,以下演示二种情况:
2015-09-01 00:52:34 +08:00
2019-05-07 14:57:32 +08:00
1. 上传列表数量的限制。
2015-09-01 00:52:34 +08:00
2019-05-07 14:57:32 +08:00
2. 读取远程路径并显示链接。
2015-09-01 00:52:34 +08:00
2016-08-25 09:46:19 +08:00
## en-US
2020-01-30 13:06:17 +08:00
You can gain full control over filelist by configuring `fileList` . You can accomplish all kinds of customed functions. The following shows two circumstances:
2016-08-25 09:46:19 +08:00
2019-05-07 14:57:32 +08:00
1. limit the number of uploaded files.
2016-09-19 11:01:58 +08:00
2019-05-07 14:57:32 +08:00
2. read from response and show file link.