我正在寻找一种方式来下载一个xml文件.我用:
file_path = 'folder/' + xml_name + '.xml' send_file file_path,:type => "text/xml"
这是为什么?
Maechi
解决方法
可能你必须评论
config.action_dispatch.x_sendfile_header =“X-Sendfile”
在production.rb
见http://vijaydev.wordpress.com/2010/12/15/rails-3-and-apache-x-sendfile/的解释