Hi All,
I'd like to be able to invoke a file download from rails using link to remote. I have the link working okay,it looks like this :
link_to_remote image_tag("icons/ppt_48.png"),
:url => formatted_element_path(@element, :ppt),
:method => :get,
:with => "'stoplight=' + $F('stoplight')"
The response contains the proper file, but the download dialogue doesn't appear when the response comes in. Is there a way to invoke the download dialogue? I need this to work in IE as well as firefox
thx,
-C