This article applies to:
Symptoms:
- Cannot POST a file bigger than 100MB
- The error given is "Container Violation: Expanded file size limit exceeded"
Causes:
- There is a hard-coded limit to uploads of files that match specific MIME types, or are larger than 100MB
Resolution:
The workaround is to bypass scanning on uploads to one or more specified sites:
- Under Policies > Condition Settings > URL Lists, add a new List (such as "Bypassed Upload Scanning List")
- In this list, add the domains that you want to allow for large uploads (such as "*.example.com/").
- Save the List.
- Under Policies > Security > Advanced Security policy, add a new Rule (such as "Bypass large uploads to example.com")
- Set Action to Allow
- Set Advanced Action to Bypass Scanning
- Add a new Condition with Condition Name "URL Lists", "Any of..." selected, and select your new "Bypassed Upload Scanning List".
- Add a new Condition with Condition Name "Direction", "Any of..." selected, and select "Outgoing".
- Save the Rule.
- For ease of reading, move the Rule near any other Allow Rules you may have.
- Commit the changes, and test.
Notes:
This limitation is currently planned for review in SWG version 11.