summaryrefslogtreecommitdiffstats
path: root/lib/Web/Request/Upload.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Web/Request/Upload.pm')
-rw-r--r--lib/Web/Request/Upload.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Web/Request/Upload.pm b/lib/Web/Request/Upload.pm
index 674ab8d..b454aec 100644
--- a/lib/Web/Request/Upload.pm
+++ b/lib/Web/Request/Upload.pm
@@ -18,6 +18,11 @@ use Web::Request::Types;
=head1 DESCRIPTION
+This class represents a single uploaded file, generally from an C<< <input
+type="file" /> >> element. You most likely don't want to create instances of
+this class yourself; they will be created for you via the C<uploads> method on
+L<Web::Request>.
+
=cut
has headers => (