[Jifty-commit] r689 - in jifty/trunk: lib/Jifty/Web/Form/Field

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Mar 14 16:06:38 EST 2006


Author: alexmv
Date: Tue Mar 14 16:06:38 2006
New Revision: 689

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/Form/Field/Upload.pm

Log:
 r8526 at zoq-fot-pik:  chmrr | 2006-03-14 16:06:26 -0500
  * Additional bit of docs to clear up upload field confusion


Modified: jifty/trunk/lib/Jifty/Web/Form/Field/Upload.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Field/Upload.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Field/Upload.pm	Tue Mar 14 16:06:38 2006
@@ -3,6 +3,19 @@
  
 package Jifty::Web::Form::Field::Upload;
 
+=head1 NAME
+
+Jifty::Web::Form::Field::Upload - File upload field
+
+=head1 DESCRIPTION
+
+An input field that renders using C<< <input type="file" /> >>.  The
+argument value that the action recieves from this field via
+L<Jifty::Action/argument_value> will be a filehandle, which can be
+read in the usual ways.
+
+=cut
+
 use base qw/Jifty::Web::Form::Field/;
 
 =head2 render_widget


More information about the Jifty-commit mailing list