diff --git a/app/controllers/tasks_controller.rb b/app/controllers/tasks_controller.rb --- a/app/controllers/tasks_controller.rb +++ b/app/controllers/tasks_controller.rb @@ -60,7 +60,7 @@ content_type = 'application/octet-stream' end - send_file filename, :stream => false, :filename => base_filename, :type => content_type + send_file filename, :stream => false, :disposition => 'inline', :filename => base_filename, :type => content_type end end