-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
该插件对大文件上传有做功能封装吗 #54
Comments
我这个插件对大文件的上传可能不太理想;大文件上传需要对文件切割,然后再批量多点上传;后端服务也要配合,做文件重建,因为上传文件时的顺序可能打乱了! |
我在网上也有找过,也有像你说的那样的封装,不过还是逃脱不了js弱弱的io操作,不过还是非常谢谢你,能回复我邮件。
发自我的超级手机
2017年12月7日 上午11:10于 March-Yousheng <notifications@github.com>写道:
我这个插件对大文件的上传可能不太理想;大文件上传需要对文件切割,然后再批量多点上传;后端服务也要配合,做文件重建,因为上传文件时的顺序可能打乱了!
―
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#54 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AV8qwffRzEE8lLoaz4wz6eVNkb_FCw9iks5s91cGgaJpZM4Q42Uk>.
|
不客气。 |
您好,请问支持pdf word ppt格式吗 |
文件都是支持的 |
你好,请问支持IE9浏览器吗? |
@suwenzhou 支持 |
为什么移动端多次点击拍照上传页面会刷新,有没有什么好的办法解决? |
@sijinglei 能找到刷新页面的原因吗? |
还没有找到 |
@sijinglei 检查下有没刷新页面的代码,组件不会导致页面刷新的 |
@marchFantasy 代码没有刷新的,就是拍照,主要是拍照引起的,而且是多次拍照上传以后。你可以试试,拍照上传,不停的拍照上传 |
@sijinglei 能不能在codepen或其他类似网站上,做一份demo,我看看代码 |
@sijinglei 不知道你是移动端的页面还是封装的混合APP 之前我在android上遇到过这样的问题,因为反复调用相机,内存占用过多,webview占用的内存释放掉了导致回到页面的时候会重新请求。 如果是混合APP 例如cordova开发 还是建议调用原生android |
公司最近需要做前端大文件上传的功能,不知道大神做过相关尝试吗????
The text was updated successfully, but these errors were encountered: