Defines that a document file can be attached.
Referenced by: formAttachmentElement, formAttachmentInput
Properties
Property | Details |
---|---|
maxFileSize | Defines the maximum length of an attachment for this element in megabytes. If not specified, there is no maximum file size. |
type | The input type identifier. Valid value of this property document |
Example
{
"maxFileSize": 10,
"type": "document"
}