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.