Rails 关于 jQuery file upload 多文件上传

raymondos · June 07, 2013 · Last by aikko replied at June 08, 2013 · 4521 hits

我看了给的例子基本是 image 是独立的对象,如果 image 作为 nested_form 再结合多态,应该如何实现多文件上传呢?

其实这个地方我不建议和 active_view 搅到一起,单独是去实现更简洁明了

#1 楼 @aikko 你意思是附件应该有单独的 controller 来做?

Railscasts

#2 楼 @raymondos 使用 jquery file upload 多文件上传一般应该都是异步上传后,返回地址,之后再作为 form 表单内容提交即可。

#2 楼 @raymondos 单独一个 action 或者 controller 都可

You need to Sign in before reply, if you don't have an account, please Sign up first.