ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

UIComponent: File Upload Input: Add visible file extension option

Open lscharmer opened this issue 11 months ago • 1 comments

Follow up to PR #7090.

This PR proposes to add an additional parameter to the withAcceptedMimeTypes to set the list of file extensions which should be shown to the user. If this is not set or set to null the file extensions are derived from the mime types. This only affects which file extensions are shown to the user, not which ones the user can select.

lscharmer avatar Mar 27 '24 10:03 lscharmer