Is it possible to implement resumable and slice (chunked) upload for large sizefiles (>500MB) using HTML5 (BLOB API)?
I tried to use https://github.com/blueimp/jQuer
Try one of these:
I think they all support chunking/slicing, and at least several of them support resuming. At least plupload and fineuploader have jQuery plugins.