File types that are allowed for uploading. List the extensions separated by commas without spaces, for example, "jpeg,png,pdf". Files of other types will be ignored. To allow all types of files, type '[]'.
Define system table names in this property, and attachments within records in these tables will not be indexed.
Attachment record
When you upload a file, a record is created in theAttachment(sys_attachment) table. To reach these records, please navigate toAttachments → All Attachments.
Attachment record form fields
Field
Mandatory
Description
Document record
N
Displays the file ID in the table. Field type:Document ID.
File Name
Y
Defines the file name.
File Path
N
Specifies the absolute file path on the server.
Size Bytes
N
Defines the file size in bytes.
MIME Content Type
Y
Specifies the file content type described with the MIME standard.
Is public
N
This attribute displays that this attachment has a permanent link and is available to public access. To generate a link, use thegetAttachmentUrlByIdmethod.
Attachment logging
The system logs all operations (except for reading) in theMain Log(sys_log) table. Operations related to attachments have the Sourcefield value equal toAttachment. Navigate to System Logs → Main Log.
If any errors or exceptions were thrown during the attaching process, they can be found in theException Log(sys_log_exception) list. Navigate to System Logs → Exception Log.