debian man page for jifty::web::fileupload

Query: jifty::web::fileupload

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Jifty::Web::FileUpload(3pm)				User Contributed Perl Documentation			       Jifty::Web::FileUpload(3pm)

NAME
Jifty::Web::FileUpload - Describes an HTTP file upload
DESCRIPTION
Currently this module is very much geared towards the use case of the current request offering a file upload, and inspecting CGI to produce metadata. Refactorings to eliminate these assumptions are very welcome. new PARAMHASH Creates a new file upload object. The possible arguments in the "PARAMHASH" are: filehandle The filehandle to read the content from. If this is not an Fh object produced by CGI, then "content_type" is mandatory and you probably want to set "filename" yourself. content (optional) The upload's content. Will be intuited if possible. filename (optional) The upload's filename as given by the client (i.e. X on disk). Will be intuited if possible. content_type (optional) The content type as reported by the client. content Lazily slurps in the filehandle's content. new_from_fh Fh Convenience method, since the other bits can be gleaned from the Fh object. new_from_plack $u perl v5.14.2 2010-12-08 Jifty::Web::FileUpload(3pm)
Related Man Pages
jifty::manual(3pm) - debian
jifty::manual::requesthandling(3pm) - debian
jifty::param(3pm) - debian
jifty::web::session::apachesession(3pm) - debian
jifty::web::session::jdbi(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
Weird 'find' results