We have an issue where we need to upload large files | very large files. I hear that active storage will automatically dice the file up while its being uploaded ~ similar to uppy multipart s3 uploader?
Yes. Here’s the PR that added this feature. It was merged in Rails 6.1.0
1 Like