/ Published in: Rails
Send file from different name
Expand |
Embed | Plain Text
send_file 'path/file_003', :disposition => 'attachment; filename=image.jpg'
You need to login to post a comment.
tonic on 07/03/08
file rails type ruby download content render attachment
2 people have marked this snippet as a favorite
Send file from different name
send_file 'path/file_003', :disposition => 'attachment; filename=image.jpg'
You need to login to post a comment.