Attachment Form Cell
FUIAttachmentsFormCell
An attachments control allows users to upload files such as image, audio, video, and text files as well as PDF, CSV, and presentation files. Tapping on the “Add (+)” button allows users to upload files from the photo library or other supported apps.

Attachment grid on compact (left) and on regular (right)
Don’t use an attachments form cell for uploading profile images.
A. Label
Indicates at a glance the number of attachments that have been added to the attachments container.
B. “Add (+)” Button
Allows the user to add images, video, audio, and documents to the attachments container.
When the attachments form cell is active, the “Add (+)” button is visible to the user.
When the attachments form cell is in read-only mode, the “Add (+)” button is hidden.
C. Attachment Item
Provides a preview of the image, video, or document. If a preview is not available, a doctype icon with the document name should be displayed. When tapped, the item goes into a modal previewer where the user can view or delete the item.
D. Attachment Text Content
Provides additional information about the attachment item. The first line is the mandatory attachment item name. The second and third line are optional fields and may be populated by information such as file size and date uploaded.

Compact attachment form cell anatomy
There are three states for the attachments form cell.
Adding Attachments
The “Add (+)” button is the main control that allows a user to add attachments. It remains in place as the user adds more attachments. Subsequent attachments are displayed to the right of the “Add (+)” button and, if the number of attachments exceeds its limit, the attachment container overflows to an additional row.
To add attachments, a user taps on the “Add Attachment” button (+). This initiates an action sheet that provides attachment source options for the user.
Tapping on an option in the action sheet triggers a modal view where a user can drill down into a folder to select a document.
Once the attachment is selected, the modal view moves down and the attachments form cell displays the document as an attachment item.

Adding attachments in active state
Development: FUIAttachmentsFormCell
SAP Fiori for Android: Attachment Form Cell