开发者

Large file upload

开发者 https://www.devze.com 2023-04-12 04:06 出处:网络
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) ?

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) ?

开发者_如何学JAVA

(*) "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.


Have you looked at http://aquantum-demo.appspot.com/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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号