plack::request::upload(3pm) debian man page | unix.com

Man Page: plack::request::upload

Operating Environment: debian

Section: 3pm

Plack::Request::Upload(3pm)				User Contributed Perl Documentation			       Plack::Request::Upload(3pm)

NAME
Plack::Request::Upload - handles file upload requests
SYNOPSIS
# $req is Plack::Request my $upload = $req->uploads->{field}; $upload->size; $upload->path; $upload->content_type; $upload->basename;
METHODS
size Returns the size of Uploaded file. path Returns the path to the temporary file where uploaded file is saved. content_type Returns the content type of the uploaded file. filename Returns the original filename in the client. basename Returns basename for "filename".
AUTHORS
Kazuhiro Osawa Tatsuhiko Miyagawa
SEE ALSO
Plack::Request, Catalyst::Request::Upload perl v5.14.2 2011-02-27 Plack::Request::Upload(3pm)
Related Man Pages
html::formhandler::field::upload(3pm) - debian
plack::app::cgibin(3pm) - debian
plack::app::cascade(3pm) - debian
plack::app::file(3pm) - debian
plack::middleware::expires(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph