Resumable and Robust File Uploads
by SP Mohanty for Sigmah
This project works towards developing resumable and robust file uploads for Sigmah.File upload is generallly a time consuming process, especially in cases where the internet connectivity is slow with numerous micro connection outages.In those cases File upload can be a nightmare, as everytime the network connectivity is lost, the upload has to start again. This project solves that by introducing a resumable file uploads feature which can be paused and resumed as the user pleases.