search for: file_filed_tags

Displaying 1 result from an estimated 1 matches for "file_filed_tags".

2007 Apr 27
3
attachment_fu content_type problem
Hi all.... Admittedly I''m new to Rails and trying to find my way but I''m having an issue with uploading documents with attachment_fu. I have a form where I''m uploading multiple attachments (using AJAX to add file_filed_tags). That seems to work pretty well. The problem is I can''t seem to get the content_type to work as I would expect. For example, if I use this: has_attachment :content_type => [''application/pdf'', ''application/ msword'', ''text/plain'']...