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


HTTP-Engine documentation  | view source Contained in the HTTP-Engine distribution.

Index


NAME

Top

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

METHODS

Top

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

Top

Kazuhiro Osawa and HTTP::Engine authors.

THANKS TO

Top

the authors of Catalyst::Request::Upload.

SEE ALSO

Top

HTTP::Engine, Catalyst::Request::Upload


HTTP-Engine documentation  | view source Contained in the HTTP-Engine distribution.