Displaying 1 result from an estimated 1 matches for "add_contacts_from_file".
2010 Mar 26
2
file upload error(can't convert Tempfile into String)
...> save_imports_list_path(@list, :format =>
"js"), :html => { :multipart => true, :target => "uploading", :onsubmit
=> "$(''list_submit).disabled = true" }) do |f|
= link_to_close edit_list_path(@list)
.section
%small
#{t :add_contacts_from_file}
%table{ :width => 500, :cellpadding => 0, :cellspacing => 0 }
%tr
%td{ :valign => :top }
.label.top.req #{t :upload_new}:
=f.file_field :uploads, :style => "width:240px"
.buttonbar
= f.submit "#{t:save_contacts}&...