docs for upload dir config param
[catagits/Catalyst-Runtime.git] / 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