admin管理员组文章数量:1415091
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 ponents, 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.
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 ponents, 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.
Share Improve this question asked Oct 10, 2011 at 14:00 ay.metalloay.metallo 8251 gold badge7 silver badges16 bronze badges 2- Try .... uploadify. – 001priyank Commented Oct 10, 2011 at 14:14
- Maybe I'm missing something, but it seems that tool was specifically designed to enhance multifile upload experience, not to deal with large files.. uploadify./faqs/… – ay.metallo Commented Oct 10, 2011 at 14:32
2 Answers
Reset to default 4Have you looked at http://aquantum-demo.appspot./file-upload. On the features list it have:
Resumable uploads: Aborted uploads can be resumed with browsers supporting the Blob API.
Chunked uploads: Large files can be uploaded in smaller chunks with browsers supporting the Blob API.
So it looks like what you need.
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.
本文标签: javascriptLarge file uploadStack Overflow
版权声明:本文标题:javascript - Large file upload - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745159627a2645381.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论