Error message "File type not permitted or mime type does not match the file content" when uploading fileIssue Restrictions may be present in system properties on permitted file type uploads. The main property 'glide.attachment.extensions' may contain in its Value field a list of file types. In this case only these file types are permitted to upload. If instead the value is empty, all file types are permitted as attachments. You can edit the value list to add or remove problematic file types. If the above has been checked and the issue still persists, the issue is with MIME type checking. When an application searches for the MIME type of a file, it checks the filename against the MIME information files. If a match for the filename is found, the MIME type associated with the extension or pattern is the MIME type of the file. You can disable this security upload-stop feature by editing the system property 'glide.security.file.mime_type.validation' and setting its Value to 'false'. Related LinksAlso see the related articles:Glide Mime type detection properties for file attachmentsFile Extension / Mime Type errors "File type not permitted or Mime type does not match the file content" - "File type does not match the content for file"