formAttachmentInput

Defines that any supported file can be attached.

Referenced by: formAttachmentElement

Properties

Property Details
attachmentAssociationType Indicates if existing attachments should be associated with this element. any will associate all existing attachments to this form element; this can be the only formAttachmentElement within the form. exactOrNone will associate any attachments with the associated keyword and any attachments with no keyword defined; only one form element can have this value defined. exact will associate only attachments that include the specific keyword.
Valid values:
  • any
  • exact
  • exactOrNone
inputTypes[] Available inputs to add an attachment.
Array of items of the following types:
type The input type identifier.
Valid value of this property attachment

Example

{
  "inputTypes": [
    {
      "type": "image",
      "inputMethod": "any"
    },
    {
      "type": "video",
      "inputMethod": "any"
    }
  ],
  "type": "attachment"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close