Filecolumn to database

Hi,

I’m using filecolumn to upload a file to mysql blob :
_form.rhtml : file_column_field “entry”, “attach”
model (rb file) : file_column :attach

How can I update controller create function to insert file in database ?
redefine model save function ? Someone has a sample source ?

Regards,
Fabian

On 12/27/05, Fab P. [email protected] wrote:

Fabian


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails

Hi,
file_column is designed to store the file in the filesystem, not in
the database. What gets stored in the database is the path of the
file. That said, if you want to store the actual file in the
database, you should look at the RoR wiki for advice, and roll your
own solution.


Kyle M.
Chief Technologist
E Factor Media // FN Interactive
[email protected]
1-866-263-3261