Tagged Questions
0
votes
1answer
607 views
Rails: Uploading multiple files as a nested model
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 ...
2
votes
0answers
215 views
MIME type handling in uploading a serving files through attachment_fu
I'm currently using attachment_fu to handle file uploads, and while the plugin provides a nice catchall for images in :content_type => [:image], nothing similar seems to exist for broader buckets. ...
2
votes
3answers
1k views
attachment_fu and RMagick
After finally getting RMagick installed on my Mac I have set up attachment_fu according to the tutorial here: http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu> when I try and upload a ...