Author: jochen
Date: Wed Jun  6 16:54:33 2007
New Revision: 544997

URL: http://svn.apache.org/viewvc?view=rev&rev=544997
Log: (empty)

Modified:
    jakarta/commons/proper/fileupload/trunk/xdocs/using.xml

Modified: jakarta/commons/proper/fileupload/trunk/xdocs/using.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/fileupload/trunk/xdocs/using.xml?view=diff&rev=544997&r1=544996&r2=544997
==============================================================================
--- jakarta/commons/proper/fileupload/trunk/xdocs/using.xml (original)
+++ jakarta/commons/proper/fileupload/trunk/xdocs/using.xml Wed Jun  6 16:54:33 
2007
@@ -332,6 +332,14 @@
     }
 ]]></source>
     </subsection>
+
+    <subsection name="Disabling cleanup of temporary files">
+      <p>
+        To disable tracking of temporary files, you may set the
+        <code>FileCleaningTracker</code> to null. Consequently,
+        created files will no longer be tracked. In particular,
+        they will no longer be deleted automatically.</p>
+    </subsection>
   </section>
 
   <section name="Interaction with virus scanners">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to