How to fix it
- Navigate to
System Properties > Alland search forcom.glide.attachment.max_size. - Check the current value in bytes. Default is often 1073741824 (1GB). If users need larger files, increase this value. For example, set to
2147483648for 2GB limit. - Verify allowed file extensions by searching for
glide.attachment.extensionssystem property. Add any missing file extensions to the comma-separated list. - For Service Portal issues, navigate to
Service Portal > Widgetsand search for attachment widgets likesp-attachment-freeform. - Open the widget and check the
maxSizeproperty in the widget options or client script. Update if it's lower than needed. - Check recent errors by navigating to
System Logs > System Log > Alland filtering for 'attachment' to confirm the root cause. - If using custom attachment handling, check any Business Rules or Script Includes that process attachments for additional size validations.
System property changes take effect immediately, but users may need to refresh their browser to see the changes in Service Portal widgets.
- Test the fix by having a user upload a file that previously failed. Monitor the system log during the test for any new errors.
Quick verification: Go to any record with attachments, try uploading a file slightly larger than the old limit. Success confirms the fix is working.