Configure attachment system properties
You can disable the drag-and-drop feature. (Users can still upload attachments by browsing to the file.) You can also limit the attachment file size, restrict who can upload attachments, and restrict what file extensions can be uploaded.
Before you begin
Note:
To learn more about the properties that affect attachments processing, see
Attachments (instance security hardening) in Instance Security Hardening Settings.
Procedure
- To disable the drag-and-drop features, navigate to .
- Clear the check box for the Allow attachment drag and drop in supported HTML5 browsers property.
- Click Save.
Limit attachment file size
You can specify the maximum size allowable for attachments to avoid issues with the user's active session on the instance. The maximum attachment size for email attachments is configured separately.
Before you begin
About this task
Note:
The maximum attachment size for email attachments is configured separately.
Procedure
Require a role to attach files
You can restrict who can upload attachments.
Before you begin
Procedure
Restrict attachment file extensions
The glide.attachment.extensions property restricts the file extensions that users can upload as attachments.
Before you begin
About this task
Note:
This property does not restrict attachments based on the actual file type, only based on the extension. To enable MIME type validation, which validates that the MIME type of a file matches the file extension and can
block attachments that do not pass this validation, see Upload MIME type restriction (instance security hardening).