| Apache2::ASP::UploadHook - Default upload hook for Apache2::ASP |
Apache2::ASP::UploadHook - Default upload hook for Apache2::ASP
# Internal use only.
This class smoothes out dealing with file uploads. It abstracts some of the boring aspects of doing upload rate calculations and such. It also calls the current the Apache2::ASP::UploadHandler manpage subclass's methods (upload_start, upload_hook, upload_end) at the appropriate times.
%args should contain the following members:
An ASP object.
The name of the the Apache2::ASP::UploadHandler manpage subclass handling the current request.
The hook method is called several times during an upload. Depending on the status
of the upload (starting, continuing, ending) it calls various methods in the
the Apache2::ASP::UploadHandler manpage subclass handling the current request.
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html to submit bug reports.
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
John Drago mailto:jdrago_999@yahoo.com
Copyright 2007 John Drago, All rights reserved.
This software is free software. It may be used and distributed under the same terms as Perl itself.
| Apache2::ASP::UploadHook - Default upload hook for Apache2::ASP |