Insert attachments via Summernote Editor
About this task
Guides you on how to insert attachments via the Summernote Editor.
Before you begin
-
You have generated CRUD forms for Object Service.
Important
Make sure that you included the virtual field $FILES
in the form configured in Domino REST API.
Procedure
To insert an attachment
-
On the Summernote Editor toolbar, click the paper clip icon to open the Insert File dialog.
-
Click Choose File to browse and select the file you want to attach or enter the file URL in the File URL box
-
Click Insert File.
The selected file is inserted as a link in the content field of Summernote Editor. The source link is shown as # and not the base64 data since the base64 data takes too much space. The link will have a class name of domino-attachment used as the flagging of attachments inserted on Summernote Editor.
The selected file also appears in the File List section of the form where you manage the document attachments.
Tip
The File List section of the form appears only when you include $FILES
on the form configured on Domino REST API.
Note
When inserting a new attachment with the same filename and file type as an existing attachment, you will be prompted that the attachment already exists and asked if you would like to overwrite the existing attachment with the new one.
Additional information
To remove an attachment
- Go to the File List section of the form.
-
Select the attachment that you want to remove and click the corresponding delete icon.
-
In the confirmation dialog, click OK to confirm attachment removal.
Note
Removing the attachment link in the content field of the Summernote Editor doesn't remove the attachment. You have to remove it from the File List section.
To download an attachment
You can download attachments from the Grid or Details form of a document.
- To download all attachments, click Download All Attachments.
- To download an individual attachment, click the attachment file link on the rich text field.
To learn more about attachments, see Attachments.