The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTTP::Engine::Request::Upload - handles file upload requests

METHODS

basename

Returns basename for "filename".

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