FileColumn For Catalyst
Posted by victori
Categories: web development perl
FileColumn For Catalyst's RSS feed
Unlike most people I came to Catalyst from the Rails camp. I miss a few things namely, file_column for mapping file uploads to the filesystem.
Thankfully writing DBIC components is fairly trivial. I wrote this in a few minutes so consider this a hack. This component makes your DBIC class dependent on Catalyst since it uses a reference from the Catalyst upload context.
I hope to improve upon this and add thumbnail support for images. For now this will do.