HTML5 resumable and chunked upload of large files (> 500MB)

后端 未结 1 498
青春惊慌失措
青春惊慌失措 2020-12-13 04:57

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

相关标签:
1条回答
  • 2020-12-13 05:35

    Try one of these:

    • Plupload
    • fineuploader
    • resumable

    I think they all support chunking/slicing, and at least several of them support resuming. At least plupload and fineuploader have jQuery plugins.

    0 讨论(0)
提交回复
热议问题