feat(Uploader): add chooseFile method (#5818)

This commit is contained in:
Pingren Nie
2020-03-16 09:39:42 +08:00
committed by GitHub
parent 4695dc29b9
commit f5e79dabb5
4 changed files with 15 additions and 0 deletions
+1
View File
@@ -239,3 +239,4 @@ before-read、after-read、before-delete 执行时会传递以下回调参数:
| 方法名 | 说明 | 参数 | 返回值 |
|------|------|------|------|
| closeImagePreview | 关闭全屏的图片预览 | - | - |
| chooseFile | 主动调起文件选择,由于浏览器安全限制,只有在用户触发操作的上下文中调用才有效 | - | - |