Commit 630afd1a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Doc patch for bug 44595: interface for administrator to delete attachments -…

Doc patch for bug 44595: interface for administrator to delete attachments - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=Colin
parent af4a1da5
...@@ -848,12 +848,16 @@ ...@@ -848,12 +848,16 @@
<para> <para>
If you have a really large attachment, something that does not need to If you have a really large attachment, something that does not need to
be recorded forever (as most attachments are), you can mark your be recorded forever (as most attachments are), or something that is too
attachment as a <quote>Big File</quote>, assuming the administrator of the big for your database, you can mark your attachment as a
installation has enabled this feature. Big Files are stored directly on <quote>Big File</quote>, assuming the administrator of the installation
disk instead of in the database, and can be deleted when it is no longer has enabled this feature. Big Files are stored directly on disk instead
needed. The maximum size of a <quote>Big File</quote> is normally larger of in the database. The maximum size of a <quote>Big File</quote> is
than the maximum size of a regular attachment. normally larger than the maximum size of a regular attachment. Independently
of the storage system used, an administrator can delete these attachments
at any time. Nevertheless, if these files are stored in the database, the
<quote>allow_attachment_deletion</quote> parameter (which is turned off
by default) must be enabled in order to delete them.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment