1
Well friends, I have to upload pdf files (and only in this format) and link to a user. How could I do that? What is the best way to structure the files saved on the server?
1
Well friends, I have to upload pdf files (and only in this format) and link to a user. How could I do that? What is the best way to structure the files saved on the server?
Browser other questions tagged ruby-on-rails
You are not signed in. Login or sign up in order to post.
There are some Gems that solve this problem: https://www.ruby-toolbox.com/categories/rails_file_uploads
– Alex Takitani