NAME
Upload::Generator - A templated output generator for Upload
DESCRIPTION
Upload::Generator
is a templated output generator for Upload. The session is passed to a Template Toolkit template, which generates output, and the code then generates a response.
Note that it explicity checks if the request is meant for the application, rather than an image, by checking for "index.html" and seeing if it can read the template file.
The template used is "templates/index.html" so investigate that to understand the clear seperation between logic and presentation present in this example Upload application.
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.