Saving mime type and size of uploads - newbie question

I’m using file_column to simplify file uploads for a podcasting
application.
I need to access/save the file size and mime type in a db for later use,
what’s the most elegant ‘Rails’ way to do this?