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

NAME

Upload::Application - A module containing the Upload logic

DESCRIPTION

Upload::Application is part of the simple Upload web application. The module contains all the logic and presentation for Upload.

Note that the application only has two entry points: the default() and done() subroutines.

The default() entry point is given itself, the session, an abstract request, and per-application configuration. Note how the done() entrypoint reads file handles in the arguments.

This code is small and clean as the output is generated by Upload::Generator later on in the slot process. Any messages are passed in $self.

AUTHOR

Leon Brocard <leon@fotango.com>

COPYRIGHT

Copyright (C) 2001, Fotango Ltd.

This module is free software; you can redistribute it or modify it under the same terms as Perl itself.