Answer the question
In order to leave comments, you need to log in
How to do ajax file upload in Rails 4?
We have the following form:
<%= form_for @model, :remote => true, :html => {:multipart => true} do |f| %>
<%= f.text_field :title, :length => 255, :class=>'character-counter', :required=>true %>
...........
<%= f.file_field :thumb %>
<%= f.button :type=>'submit' %>
<%-end %>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question