Ruby on Rails - Upload files

0

I currently have a requirement to allow the user to upload PDF and DOCX files in my size limiting application. How can I develop this functionality using Rails?

Physical files will be saved to the AWS cloud, and I just want to keep the file information in my database.

    
asked by anonymous 13.01.2018 / 11:39

1 answer

1

There are several gems that help a lot:

link

link

link

link

link

link

link

It's a matter of choosing what suits you best, in the end, they all operate more or less similarly.

    
15.01.2018 / 13:44