You can configure one or more conditions depending on your requirements. Each condition consists of:
A Rule Type
An Operator
A Value
Click the condition dropdown and choose the required rule type.
Use this option to block uploads based on their file size.
Block files larger than 10 MB.
| Field | Value |
|---|---|
| Rule Type | File Size |
| Operator | GREATER THAN |
| Value | 10 MB |
Use this option to block uploads originating from specific websites or domains.
| Field | Value |
|---|---|
| Rule Type | URL |
| Operator | MATCHES |
| Value | facebook.com, instagram.com |
Use this option to block uploads of specific file types.
image/*
video/*
audio/*
application/*
text/*
Specific MIME types can also be configured:
image/png
application/pdf
video/mp4
text/plain
| Field | Value |
|---|---|
| Rule Type | MIME |
| Operator | CONTAINS |
| Value | image/* |
When multiple conditions are added, choose how they should be evaluated.
File Size > 10 MB
AND
URL = facebook.com
AND
MIME = image/*
Any one of the configured conditions can trigger the restriction.
Example:
File Size > 10 MB
OR
URL = facebook.com
OR
MIME = image/*
The upload will be blocked if any one condition matches.
Before saving, verify:
✅ Rule name is correct
✅ Required conditions have been added
✅ AND/OR logic is configured properly
✅ File size, URL patterns, and MIME types are entered correctly
Click the Save button located at the bottom-right corner of the window.
The newly created configuration will now appear in the Rules List under Configure Upload Rules.
The configuration is now ready to be assigned to device groups or user groups from the Upload Restrictions page.
Note: Creating a Upload Restriction Configuration only defines the rule. The configuration will not take effect until it is assigned to one or more device/user groups using the Add button on the Upload Restrictions page.

