- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 01:38 AM
Hi Team,
Can anyone confirm me the maximum file size of the attachment which we can attach while raising a request from service portal.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 07:17 AM
Do you wish to increase it only for 1 catalog item or for all?
1) if for all then update system property
com.glide.attachment.max_size
How to adjust the maximum allowable size of an attachment to a record
2) if for particular catalog item then you will have to write script to check attachment size via onSubmit client script
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 03:40 AM
I believe it is 20 MB by default.
However, it can be increased or decreased based on the system property:
glide.sc.variable.attachment.default_max_size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 04:41 AM
Thanks i can see it is 1024 MB for our instance but i just wanted to know whether we can increase it further or not.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 06:59 AM
Hi Sreejith,
Thanks for marking my answer helpful.
Please mark correct if your query is answered so that the thread will close.
Regards,
Mahesh Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2021 07:17 AM
Do you wish to increase it only for 1 catalog item or for all?
1) if for all then update system property
com.glide.attachment.max_size
How to adjust the maximum allowable size of an attachment to a record
2) if for particular catalog item then you will have to write script to check attachment size via onSubmit client script
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader