I am working on a project where it is needed to upload multiple files of different type.
I want to store the files in the database (I am not sure if this is the best idea also) as a nested model. May be called document.
I have following questions.
Do I have to use a plugin / gem, I didn't find any simple implementation of it.
If yes, what would be the best gem / plugin for that ? As far as I could fine out paperclip doesn't support storing in the database but attachment_fu does.
Is it possible to do it with jQuery without refreshing the page ?
I would also like to handle some errors regarding filesize and types.
regards, Hardik
PS: I am using rails 2.3.5