Add attachment
Adding a file attachment to an element in the UI#
- Fetch the elements that have related element properties you want to view and click a model element. For more information, see Fetching model elements.
- On the Related Items pane, click the Upload button.
- In the file picker, select the file you want to attach to the element.
Figure: Upload button

| Callout | Description |
|---|---|
| A | Upload button |
Data flow#
When a user uploads a file attachment to a model element in the user interface, the following data flow occurs:
IafFile.getContainersgets file containers related to the model element.IafFile.uploadFileuploads the file to a container.IafItemSvc.addRelationscreates relations between model element ids and file ids.