Feature #28126
Up to now, I cannot get the allowed file extensions when using the rest-API
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: |
Description
It should be possible to get the list of allowed extensions via the XML/REST-API
Otherwise, it's impossible to check if the filetype is allowed when I create an external upload-form.
SELECT
id
,name
,value
,updated_on
FROM settings
WHERE name = 'attachment_extensions_allowed'
History
#1
Updated by Toshi MARUYAMA over 4 years ago
- Category set to REST API