Avi Flombaumcode.avi.nyc·Aug 10, 2023An ActiveStorage S3 Direct Uploader: Part 4 - Bonus FeaturesOur uploader is super functional and fast. Quick Review Just for fun, I thought we'd add a feature where after the upload is complete we display an audio player for the track that was just uploaded. If we look back at our code, in our Upload class,...1 like·377 readsactivestorage
Avi Flombaumcode.avi.nyc·Aug 9, 2023An ActiveStorage S3 Direct Uploader: Part 3: Upload ProgressWe left off having a functional uploadzone that can handle multiple files and upload them to directly S3. You can drag and drop a file into the zone and it will upload to S3. You can also click the zone and select multiple files to upload. Once the f...3 likes·1.5K readsFile Upload
Avi Flombaumcode.avi.nyc·Aug 8, 2023An ActiveStorage S3 Direct Uploader: Part 2: Direct Upload to S3In Part 1 we created a Rails app with ActiveStorage and S3. We also built an uploadzone component that can handle the files and prepare to pass them off to something to upload them. That's where we're going to begin. The S3 Direct Upload Process The ...2 likes·1.4K readsFile Upload