当前位置: 代码迷 >> 综合 >> uniapp App上传文件
  详细解决方案

uniapp App上传文件

热度:50   发布时间:2023-09-19 07:42:25.0

使用组件

https://ext.dcloud.net.cn/plugin?id=5459

实现原理,嵌入html页面,调用input type="file" 选择文件

判断文件格式可以直接在html的change事件内判断

注:这个组件直接设置的文件大小好像不可用