[BUGFIX] File upload directly in Doc-module is missing
Since the introduction of FAL the option to upload a file directly in your form has disappeared. With this change the upload posibility is back with some extras. * progress is shown * drag&drop of files * multiple file upload The options is can be disabled just like before in the user settings and for each field in TCA. foreign_selector_fieldTcaOverride.config.appearance.fileUploadAllowed = 0 The upload button is only shown for browsers that support drag&drop upload. And only for FAL fields (sys_file_reference). Resolves: #55545 Releases: 6.2 Change-Id: I4b984099095d7f66c3d37023cd6c547b2ff5d59f Reviewed-on: https://review.typo3.org/27237 Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
Showing
- typo3/sysext/backend/Classes/Form/Element/InlineElement.php 41 additions, 0 deletionstypo3/sysext/backend/Classes/Form/Element/InlineElement.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 6 additions, 1 deletiontypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js 84 additions, 23 deletions...ysext/backend/Resources/Public/JavaScript/DragUploader.js
- typo3/sysext/filelist/Resources/Private/Templates/file_list.html 3 additions, 1 deletion...ysext/filelist/Resources/Private/Templates/file_list.html
- typo3/sysext/lang/locallang_core.xlf 6 additions, 0 deletionstypo3/sysext/lang/locallang_core.xlf
- typo3/sysext/t3skin/Resources/Public/Css/visual/module_file_list.css 7 additions, 0 deletions...t/t3skin/Resources/Public/Css/visual/module_file_list.css
Please register or sign in to comment