docs for upload dir config param
Yuval Kogman [Thu, 13 Apr 2006 14:39:39 +0000 (14:39 +0000)]
lib/Catalyst/Request/Upload.pm

index a3e6f55..80a3624 100644 (file)
@@ -32,6 +32,11 @@ option in the Catalyst config. If unset, Catalyst will use the system temp dir.
 
     __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' );
 
+It is provided a way to have configurable temporary directory.
+If there is no config uploadtmp, system temprary directory will used.
+
+    __PACKAGE__->config( uploadtmp => '/path/to/tmpdir' );
+
 See also L<Catalyst>.
 
 =head1 DESCRIPTION