Ruby on Rails Active Storage upload large files in chunks

Опубликовано: 19 Май 2026
на канале: Adam Pallozzi
1,255
27

At SleepHQ we upload a lot of data. Recently we made a change when importing large files that improves the performance and reliability. We now import large files in smaller chunks that are reassembled on the server after the upload.
In this video I show you how it's implemented using dropzone.js and Rails' ActiveStorage.