【发布时间】:2009-09-05 03:07:27
【问题描述】:
我已经使用 PUT 和 html 成功上传了文件,但是有没有办法在 ajax remote_form_for 中上传文件?
我试过这个没有成功:
<% remote_form_for @song,:html => { :multipart => true }, :url => { :action => 'upload' } do |f| %>
【问题讨论】:
-
你得到什么样的错误?
标签: ruby-on-rails ajax