Difference between revisions of "SYSCLS RESTRICTED UPLOAD"
(Created page with "{{ClassificationInfoBox | title = Restricted File Upload Classification | name = {{PAGENAMEE}} | inheritance = SYSCLS_FILEDOCUMENT | namespace = System.Classification.Document...") |
|||
| Line 9: | Line 9: | ||
}} | }} | ||
| − | + | Defines a File Document as an object with a constraint on the maximum allowed size for uploaded files. | |
== MetaProperties == | == MetaProperties == | ||
| Line 16: | Line 16: | ||
! width=30% | Name !! width=20% | Data type !! Comment | ! width=30% | Name !! width=20% | Data type !! Comment | ||
|- | |- | ||
| − | | MAX_UPLOAD_SIZE || int || Defines the max size of | + | | MAX_UPLOAD_SIZE || int || Defines the max size of an uploaded document in Bytes. |
|} | |} | ||
== See also == | == See also == | ||
* [[FILEDOCUMENT]] | * [[FILEDOCUMENT]] | ||
Latest revision as of 14:44, 18 November 2025
Defines a File Document as an object with a constraint on the maximum allowed size for uploaded files.
MetaProperties
| Name | Data type | Comment |
|---|---|---|
| MAX_UPLOAD_SIZE | int | Defines the max size of an uploaded document in Bytes. |
