Resumable File Uploads in Ruby
Uploading large files is something that can be a challenge to achieve reliably, especially over mobile networks. Tus is an open protocol for resumable file uploads over HTTP. I recently released tus-ruby-server, the Ruby server implementation of tus, and wrote about adding resumable uploads to your Ruby applications.
Post a comment