摆动的时钟挥动死神之镰
acts_as_attachment :storage => :file_system, :file_system_path => 'public/article_files', :max_size => 1024.megabytes, :content_type => [ 'application/zip' ]
validates_as_attachment
其中content_type指定需要的MIME类型。acts_as_attachment的默认文件限制大小是1兆,所以需要设置一下。
posted on 2008-02-28 11:47 光荣之翼 阅读(71) 评论(0) 编辑 收藏
Powered by: BlogJava Copyright © 光荣之翼