对于非常大(> 2GB)文件的 JUpload 替代方案
我们的客户需要将非常大的文件(大约 10GB 左右)上传到我们的网络服务。忽略服务器端的复杂性,客户端有哪些选项? JUpload 似乎是最常见的,但它的文件选择器看起来很不友好。我们的客户会很乐意安装浏览器扩展,因此它不需要仅限于 Java,并且首选使用本机操作系统文件选择器的东西。客户使用的浏览器包括常见的浏览器(IE、Firefox、Safari 和 Chrome),但我们可能能够将客户端限制为特定浏览器,因此非跨浏览器的浏览器可能是可以接受的,但是当然不是首选。
Our customers need to upload very large files (around 10GB or so) to our web-service. Ignoring any server side complexities, what options exist for the client side? JUpload seems to be the most common, but it's file selector is very unfriendly looking. Our clients would be happy to install a browser extension, so it doesn't need to be limited to Java, and something that uses the native OS file selector would be preferred. Browsers used by customers include the usual (IE, Firefox, Safari and Chrome), but we may be able to limit clients to a particular browser, so something that is not cross-browser may be acceptable, but is certainly not preferred.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,我们使用 https://transloadit.com/,但某些网络浏览器可能不支持大于 2GB 的文件。
We use https://transloadit.com/ for this purpose, but some web browsers may not support larger than 2GB files.