Questions with Tags: download

How do I make an action send a file to the browser ?

Given the controller : class MyController What should I put at # ??? to send /etc/passwd to the use...

2 answers

  • 1

Tips with Tags: download

Recipe for authenticated downloads

def download(filename) redirect_if_not_logged_in # put whatever redirection mechanism you l...

  • 1