Actions
Feature #28126
openUp to now, I cannot get the allowed file extensions when using the rest-API
Status:
New
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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'
Actions