NAME
Net::IMP::HTTP::Example::LogFormData - IMP plugin to log formular uploads
DESCRIPTION
This plugin analyses HTTP requests for formular uploads, e.g. POSTs with content-types application/x-www-form-urlencoded or multipart/form-data and GETs with a query_string.
Information about fields and their values will be extracted and logged using IMP_LOG with priority INFO. For file uploads only intended filename and file size will be logged.
AUTHOR
Steffen Ullrich <sullr@cpan.org>