新手问题 rails 文件上传的问题

kikyous · July 29, 2012 · Last by kikyous replied at July 29, 2012 · 2227 hits

用的 paperclip

class User < ActiveRecord::Base

  attr_accessible :name , :email , :picture
  has_attached_file :picture

end

在 view 中做的时候我要先选择文件,并用 jquery 插件自动上传。

然后在按 提交 提交剩下的字段。

我想这样要弄两个 form,两个对应的 action。

但还是有一些问题。

有没有更好的方法做这样的事啊?

要不单独弄一个 upload model 用 belongs_to ?

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