|
NAMEHTML::FormFu::QueryType::CGI - uploaded fileVERSIONversion 2.07METHODSheadersAs of HTML::FormFu version 0.02004, returns a HTTP::Headers object. - Previously returned a hashref of values.filenameReturns the browser-submitted filename of the local file.fhReturns a read-only filehandle.slurpReturns the contents of the uploaded file.sizeA shortcut for "$upload->headers->content_length".Returns the size of the uploaded file in bytes. typeA shortcut for "$upload->headers->content_type".Returns the browser-submitted Content-Type of the uploaded file. SEE ALSOIs a sub-class of, and inherits methods from HTML::FormFu::UploadHTML::FormFu, HTML::FormFu::Element::File AUTHORCarl Franks, "cfranks@cpan.org"LICENSEThis library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.AUTHORCarl Franks <cpan@fireartist.com>COPYRIGHT AND LICENSEThis software is copyright (c) 2018 by Carl Franks.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |