Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Large file upload

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.

like image 360
ay.metallo Avatar asked Mar 27 '26 21:03

ay.metallo


1 Answers

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.

like image 102
Andrey M. Avatar answered Mar 30 '26 12:03

Andrey M.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!