The file-size-threshold Element"

From Documentation
Line 9: Line 9:
 
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.
 
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.
  
This limits max uploading file size including [[ZK%20Component%20Reference/Input/Signature | Signature]].
+
This limits max uploading file size including [[ZK%20Component%20Reference/Input/Signature | Signature]], [[ZK%20Component%20Reference/Multimedia%20and%20Miscellaneous/Camera | camera]], and [[ZK%20Component%20Reference/Multimedia%20and%20Miscellaneous/Cropper | cropper]]
  
 
=Version History=
 
=Version History=

Revision as of 03:43, 15 August 2022


The file-size-threshold Element


Syntax:

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

Since 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.

This limits max uploading file size including Signature, camera, and cropper

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.