Defines that a document file can be attached.

Referenced by: formAttachmentElement, formAttachmentInput

Properties

PropertyDetails
maxFileSizeDefines the maximum length of an attachment for this element in megabytes. If not specified, there is no maximum file size.
typeThe input type identifier.
Valid value of this property document

Example

{
"maxFileSize": 10,
"type": "document"
}