The file-size-threshold Element"

From Documentation
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
{{versionSince|5.0.8}}
 
{{versionSince|5.0.8}}
  
It specifies the threshold at which a temporary file is created as a buffer, in '''kilobytes'''. In other words, the value is the maximum size that will be stored in memory. A negative value implies a default setting.
+
The threshold, in '''kilobytes''', below which the uploaded content will be retained in memory and above which it will be stored as a file. A negative value means the default value.
 +
 
  
This limits max uploading file size including [[ZK%20Component%20Reference/Input/Signature | Signature]].
 
  
 
=Version History=
 
=Version History=

Latest revision as of 04:01, 15 August 2022


The file-size-threshold Element


Syntax:

<file-size-threshold>a_number</file-size-threshold>
[Default: 128]

Since 5.0.8

The threshold, in kilobytes, below which the uploaded content will be retained in memory and above which it will be stored as a file. A negative value means the default value.


Version History

Last Update : 2022/08/15


Version Date Content
5.0.8 2011/8/11 The element is introduced.



Last Update : 2022/08/15

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.