Has anyone used file_column for more ftp type file management? ie, where
the files are all placed in one directory WITHOUT the object id number
on the preceding directory?
EG
This
file/filename1.ext
file/filename2.ext
rather than
upload/1/filename1.ext
upload/2/filename2.ext
I ask this because we are using FCKeditor which allows users to add
files from file/. Having multiple subdirectories under this will be
messy. But we also want the users to be able to manage the files which
have been uploaded from an admin GUI, and are not sure how file_column
will find each item if it is not under the object_id#/ directory.
Or, does acts_as_attachment offer this functionality?