remote: true option is not working with file field in rails 4 – Twitter bootstrap
I am trying to submit form via ajax using remote:true option which contains input fields as well as file fields (need to upload images) Here is my view = form_tag("/campaigns/upload_form", method: 'post', format: :js, enctype: 'multipart/form-data', remote: true) do which…