wechat-miniprogram/miniprogram-file-uploader

请问支持分片上传单文件超过100M的文件吗?

xiaoli-yang opened this issue · 2 comments

我看库用到了[FileSystemManager.readFile]是不是也会受到限制,不能分片上传几百M的文件?

确实,超过100M就没办法上传了

我看库用到了[FileSystemManager.readFile]是不是也会受到限制,不能分片上传几百M的文件?

可设置maxMemory参数实现大于100M的文件续传功能