Which is the best attachment plugin for my situation?

I’m trying to decide which attachment plugin best suites the needs for
my project. I have a model that I want to associate one or many
attachments to. The content-type of the attachment will vary as well
(pdf, jpeg, doc, zip), not just an image type. Thanks for any help!

Either paperclip or attachment_fu will serve you well.

Benjamin C.
http://railskits.com/ - Ready-made Rails code
http://catchthebest.com/ - Team-powered recruiting
http://www.bencurtis.com/ - Personal blog

I think paperclip is SOOO much easier to work with than attachment_fu.
But if things get more complicated attachment_fu is very good too.

H

On Nov 7, 11:32 am, “Benjamin C.” [email protected]

Jl Smith wrote:

I’m trying to decide which attachment plugin best suites the needs for
my project. I have a model that I want to associate one or many
attachments to. The content-type of the attachment will vary as well
(pdf, jpeg, doc, zip), not just an image type. Thanks for any help!

I Agree, Paperclip is just great. Ryan B. made an excellent
screencast on it. Railscasts #134 “Paperclip”
(#134 Paperclip - RailsCasts)