Article - CS417453

Restrict types of files that can be uploaded into the CodeBeamer

Modified: 01-Aug-2024   


Applies To

  • Codebeamer 2.1

Description

  • Implemented below configuration which should allow only the specified MIME types and deny all others.
    "uploads": {
    "filter": {
    "orderAllowDeny": true,
    "allowMime": [ "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "text/xml", "application/octet-stream", "application/pdf", "image/png", "image/jpeg", "application/json" ],
    "denyMimeRegexp": [".*"]
    }
    }
  • It allow all the file types or denying all uploads
This is a printer-friendly version of Article 417453 and may be out of date. For the latest version click CS417453