Getting at file upload data will be done through your web framework,
not through the HTML widget toolkit. The only thing Rose::HTML::*
will do is let you name your file upload field. But you'll have to
ask Catalyst (or apache or whatever) for the file data uploaded under
the field of that name.
-John