Displaying 1 result from an estimated 1 matches for "save_report".
Did you mean:
salesreport
2008 May 09
1
csv file transfer with form_remote_tag?
...:update => "test" ,
:before => "Element.show(''busy_indicator'')",
:complete => "Element.hide(''busy_indicator'')") do %>
<%= submit_tag ''Save Report'', {:name => ''save_report''} %>
<% end %>
which only updates the "test" div, as I expected (but this isn''t what I
want since the data is already displayed in a pretty table on the page).
I googled and found suggestions to try send_file, but since I''m building
my csv from a model...