0
I currently have a requirement to allow the user to upload PDF and DOCX files in my application with size limit. How can I develop this functionality using Rails?
The physical files will be saved to the AWS cloud, and I only wish to keep the file information in my database.