[TASK] Improve usability of Filelist "Drag-Upload"
We now can drag & drop files in the file list to upload. But it looks ugly and has some issues. This change adds a progress overview as provided by the UX team and improves the usability. The progress is shown for files added by drag & drop but also when you use the file picker. We switched to the jQuery ajax function as this has a generic event and response handler. Resolves: #51361, #53829 Release: 6.2 Change-Id: Ifd7b189f84594149b9590bbd4058ad68e4439344 Reviewed-on: https://review.typo3.org/27064 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Stefan Froemken Tested-by: Stefan Froemken Reviewed-by: Benjamin Mack Tested-by: Benjamin Mack
Showing
- typo3/sysext/backend/Classes/Controller/File/FileController.php 9 additions, 2 deletions...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js 213 additions, 115 deletions...ysext/backend/Resources/Public/JavaScript/DragUploader.js
- typo3/sysext/filelist/Classes/FileList.php 6 additions, 13 deletionstypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/lang/locallang_core.xlf 7 additions, 10 deletionstypo3/sysext/lang/locallang_core.xlf
- typo3/sysext/t3skin/Resources/Public/Css/visual/module_file_list.css 85 additions, 33 deletions...t/t3skin/Resources/Public/Css/visual/module_file_list.css
Please register or sign in to comment