大文件上传
需要可靠地 (*) 将大文件 (100 Mb+) 从 ASP.NET MVC 前端上传到服务器。有什么建议(技术、JS 库、服务器组件等)?
(*) 这里的“可靠”意味着,如果连接中断,客户端和服务器应该能够从中断点继续上传,这样就不需要“重新开始上传”。
There is a need to reliably(*) upload big files (100 Mb+) from an ASP.NET MVC frontend to server. Any suggestions (techniques, JS libs, server components, etc) ?
(*) "Reliably" here means that in case the connection breaks, client and server should be able to pick up the upload from the point where it was interrupted so that no "upload restart" is needed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否看过http://aquantum-demo.appspot.com/file-upload。在功能列表上它有:
所以它看起来像你所需要的。
Have you looked at http://aquantum-demo.appspot.com/file-upload. On the features list it have:
So it looks like what you need.
最近向微软提出了类似的问题。
他们在 Codeplex 的 WCF WebApi 中有一个关于此的故事。目前它处于预览版 5,但功能非常强大。
它的内容将出现在 WCF 的下一版本中。
Raised a similar question with Microsoft recently.
They have a story for this in WCF WebApi in codeplex. It's currently at preview 5, but very functional.
Its stuff that will be in the next version of WCF.