NAME
Catalyst::Plugin::Upload::Basename - Basename for uploads
SYNOPSIS
if
(
my
$upload
=
$c
->request->upload(
'field'
) ) {
$upload
->basename;
}
DESCRIPTION
Extends Catalyst::Request::Upload
with a basename method.
METHODS
SEE ALSO
Catalyst::Request, Catalyst::Request::Upload.
AUTHOR
Christian Hansen, ch@ngmedia.com
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.