The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CatalystX::Resource::TraitFor::Controller::Resource::MergeUploadParams - merge upload params into request params

VERSION

version 0.007_002

METHOD MODIFIERS

before 'form'

merge $c->req->uploads into $c->req->params

Makes Catalyst::Request::Upload objects available in HTML::FormHandler::params

You might need this if you are using HTML::FormHandler and DBIx::Class::InflateColumn::FS

AUTHOR

David Schmidt <davewood@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by David Schmidt.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.