Query: plack::request::upload
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)