I have previously covered how to upload large files with dropzone.js, but it didn’t allow for parallel chunk uploads. In this article we will go over that new addition, as well as several other improvements. Download the final executable or view github to see all the...
Continue reading...chunking
Uploading large files by chunking – featuring Python Flask and Dropzone.js
It can be a real pain to upload huge files. Many services limit their upload sizes to a few megabytes, and you don’t want a single connection open forever either. The super simple way to get around that is simply send the file in lots of...
Continue reading...