[Jifty-commit] jifty branch, master, updated. 2cf99507526c947a98b997d6a5eb6f92fdd075cc

Jifty commits jifty-commit at lists.jifty.org
Thu Jul 15 09:18:44 EDT 2010


The branch, master has been updated
       via  2cf99507526c947a98b997d6a5eb6f92fdd075cc (commit)
      from  5dbd1eebff516b407fa6e7d56a8715ad0bf7cfcc (commit)

Summary of changes:
 lib/Jifty/Web/FileUpload.pm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 2cf99507526c947a98b997d6a5eb6f92fdd075cc
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jul 15 09:20:21 2010 -0400

    Update doc to reflect the code

diff --git a/lib/Jifty/Web/FileUpload.pm b/lib/Jifty/Web/FileUpload.pm
index 722fd4c..414f1a8 100644
--- a/lib/Jifty/Web/FileUpload.pm
+++ b/lib/Jifty/Web/FileUpload.pm
@@ -32,8 +32,9 @@ are:
 
 =item filehandle
 
-The filehandle to read the content from. This must be a L<Fh> object produced
-by CGI.
+The filehandle to read the content from. If this is not an L<Fh> object
+produced by L<CGI>, then C<content_type> is mandatory and you probably want to
+set C<filename> yourself.
 
 =item content (optional)
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list