# Attachment Upload

## Description:

Attachment Upload

Attachment Upload is used for uploading multimedia content e.g. images, PDFs etc... You can also check the details and revisions of existing files using this component.

### Allowed Parent Components:

1. Col
2. Form

### Allowed Child Components:

1. Popover
2. Pulse
3. Trigger After Upload Attachment
4. Trigger Before Render
5. Trigger Before Upload Attachment

### Properties

### ➤ View Attribute

Allowed Values: Attribute

### ➤ Accept

Provide type of content user needs to upload. e.g. .doc, .png, .jpeg, .docx, .xml

Allowed Values: Free text field

### ➤ Attachment Text

Enter the label for the upload link

Allowed Values: Free text field

### ➤ Rejection Message

Provide a message to the user when a file is rejected.

Allowed Values: Free text field

### ➤ Class Name Expression

Allowed Values: An expression which should return string after evaluation

### ➤ Tool Tip

A message which appears when a cursor is positioned over.

Allowed Values: An expression which should return string after evaluation

### ➤ Tool Tip Position

Select an option to change the placement of the tooltip when appears.

Allowed Values:

1. left
2. right
3. top
4. bottom

### ➤ Insert Allowed

Allowed Values: Yes/No

### ➤ Update Allowed

Allowed Values: Yes/No


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/attachmentupload.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
