Hi why des this not work?
It should work, but the thumbnails does not get saved.
[code]
has_attachment :storage => :file_system,
:max_size => 500.megabytes,
:resize_to => "300>",
:thumbnails => { :thumb => "200>", :icon
=> "100>",
:tiny => "50>" },
:processor => :Rmagick, # attachment_fu looks in this
order: ImageScience, Rmagick, MiniMagick
:path_prefix => "/public/uploads/"
[/code]
- Emil
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---