先安装一个gem
gem 'remotipart', '~> 1.2'
bundle install
然后进入application.js,引入
//= require jquery.remotipart
最后在你的表单页面写一段js
$(form).bind("ajax:success", function(){
if ( $(this).data('remotipartSubmitted') )
});
搞定!
先安装一个gem
gem 'remotipart', '~> 1.2'
bundle install
然后进入application.js,引入
//= require jquery.remotipart
最后在你的表单页面写一段js
$(form).bind("ajax:success", function(){
if ( $(this).data('remotipartSubmitted') )
});
搞定!
本文标题:使用ajax提交导致附件上传附件报错的解决方法
本文链接:https://www.haomeiwen.com/subject/ncxuhttx.html
网友评论