Answer the question
In order to leave comments, you need to log in
rails. File download link?
Hi all. There is a User model which has_many Doc(pdf, doc, xls).
How to organize a link to download a file?
Answer the question
In order to leave comments, you need to log in
making a controller action
def download
begin
send_file @file.file_path
rescue
flash[:error] = 'File not found.'
end
end
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question