There are many scenarios where you might need a zip file in Rails if the size of the files is big. Here's a setup of the Gemfile and Controller. There's a gem in Ruby called 'rubyzip' that converts large files to zip file. You need to add the zip gem...
ritukapadia.hashnode.dev3 min read
No responses yet.