Author: Bibek Khatri

  • Resumable Uploads in Django with TUS: Rethinking File Uploads

    Resumable Uploads in Django with TUS: Rethinking File Uploads
    Categories:

    Background I was working on a resource management system, where I needed to upload a large file into the server. The files that I needed to upload were zip files and were in GBs. While uploading and testing those files I got some error with connectivity and the upload failed. The files were already big… Read more