The URL http://morpheus.laserlink.net/~gyoung/modules/Apache-RequestNotes_0.04.tar.g z has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-RequestNotes_0.04.tar.gz size: 4579 bytes md5: cafae76db41baf1b109316a0987bf170 Apache::RequestNotes now supports file uploads... Changes: 0.04 05.04.2000 - added Apache::Upload array to $r->pnotes('UPLOADS') thanks to Kip Cranford for extensive testing - added DisableUploads directive - pod changes to reflect new functionality - documented $Apache::RequestNotes:err - moved cookie parsing to before form data parsing so cookie data will be available even if the form data runs into trouble - documented that RequestNotes can run in phases other than init - documented that using RequestNotes then trying to use Apache::Request or CGI.pm to get to POSTed data is both redundant and problematic.