Man Page: plack::request::upload
Operating Environment: debian
Section: 3pm
Plack::Request::Upload(3pm) User Contributed Perl Documentation Plack::Request::Upload(3pm)NAMEPlack::Request::Upload - handles file upload requestsSYNOPSIS# $req is Plack::Request my $upload = $req->uploads->{field}; $upload->size; $upload->path; $upload->content_type; $upload->basename;METHODSsize 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".AUTHORSKazuhiro Osawa Tatsuhiko MiyagawaSEE ALSOPlack::Request, Catalyst::Request::Upload perl v5.14.2 2011-02-27 Plack::Request::Upload(3pm)
| Related Man Pages |
|---|
| dancer::request::upload(3pm) - debian |
| mojo::upload(3pm) - debian |
| plack::app::cgibin(3pm) - debian |
| plack::middleware::recursive(3pm) - debian |
| plack::test(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |