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

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');
Returns a scalar containing the contents of the temporary file.
Copies the temporary file using File::Copy. Returns true for success, false for failure.
$upload->copy_to('/path/to/targe')

Kazuhiro Osawa and HTTP::Engine authors.

the authors of Catalyst::Request::Upload.
