vue-clip
vue-clip copied to clipboard
How can I upload large files by chunk?
Chunking isn't supported in this lib. Dropzone 5.x has chunked upload support (although I believe it remains undocumented), but this lib is constrained to 4.x. You would have to fork, upgrade, and start hacking to try and make use of the feature.