I have the following form_remote_tag: <%= form_remote_tag(:update => ''target_lists'', :url => { :action => ''upload_list'' }, :html => { :multipart => true }) %> I then submit using a regular submit tag <%= submit_tag ''Upload List'' %> Does the Form.serialize call that is generated for the Javascript not handle the file field? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
Reasonably Related Threads
- Are form_remote_tag and submit_to_remote mutually exclusive?
- Using <%= text_field %> within partials is problematic
- checkboxes with a has_many :through relation
- rake migrate VERSION=0 doesn''t appear to execute
- Wrap error_messages_for() call when no instance var present