Which one of the following rues is used to specify the images such as JPEG,JPG
-
Rule-File-Text
-
Rule-File-Binary
-
Rule-File-Form
-
Rule-File-CSS
In Pega, binary files like images (JPEG, JPG, PNG, GIF, etc.) are stored using Rule-File-Binary rule type. Rule-File-Text is for text-based files, Rule-File-Form is for HTML form templates, and Rule-File-CSS is for stylesheet files. Binary image data requires the binary rule type for proper storage and rendering.
In Pega, Rule-File-Binary is the rule type used to store and serve binary content — images (JPEG/JPG, GIF, PNG), PDFs, or other non-text files — directly from the rules engine. Rule-File-Text is for plain-text content (e.g., text snippets, scripts), and Rule-File-Form/CSS are not standard Pega rule types for arbitrary image storage (CSS itself would typically be handled via Rule-File-Text or a stylesheet rule, not a dedicated 'Rule-File-CSS'). So Rule-File-Binary is the correct choice for JPEG/JPG images.