FreeBSD Manual Pages
HTTP::Engine::Request:UseroContributed Perl DoHTTP::Engine::Request::Upload(3) NAME HTTP::Engine::Request::Upload - handles file upload requests METHODS basename Returns basename for "filename". link_to Creates a hard link to the temporary file. Returns true for success, false for failure. $upload->link_to('/path/to/target'); slurp Returns a scalar containing the contents of the temporary file. copy_to Copies the temporary file using File::Copy. Returns true for success, false for failure. $upload->copy_to('/path/to/targe') AUTHORS Kazuhiro Osawa and HTTP::Engine authors. THANKS TO the authors of Catalyst::Request::Upload. SEE ALSO HTTP::Engine, Catalyst::Request::Upload perl v5.32.0 2011-10-04 HTTP::Engine::Request::Upload(3)
NAME | METHODS | AUTHORS | THANKS TO | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=HTTP::Engine::Request::Upload&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>