- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2022 06:53 AM
I have created a catalog item in which i have added an attachment upload. now, i want that upload button to accept only .xlsm files. How can i do that?
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2022 07:12 AM
Hi
be careful with the solution proposal of setting the system property "glide.attachment.extensions"!
This will affect the whole platform and no one will be able anymore to upload something different from xlsm files!
Instead, for attachment variables you have to set the variable attribute "allowed_extensions"
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2022 07:01 AM
The glide.attachment.extensions property restricts the file extensions that users can upload as attachments.
You can find more about it by visiting the following link:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2022 07:12 AM
Hi
be careful with the solution proposal of setting the system property "glide.attachment.extensions"!
This will affect the whole platform and no one will be able anymore to upload something different from xlsm files!
Instead, for attachment variables you have to set the variable attribute "allowed_extensions"
Kind regards
Maik