TYPO3 Extension checkfaluploads
![Packagist][packagist-logo-stable]
![Total Downloads][extension-downloads-badge]
![TYPO3 13.4][TYPO3-shield], (*1)
, (*2)
With checkfaluploads we will add a new checkbox to filelist module and FileBrowser
where the user gives unrestricted rights to the owner for the uploaded files.
Further the user UID will be added to the sys_file record, so an admin can see and filter files by
user UID., (*3)
1 Features
- The FE or BE user UID of the uploader will be added to the
sys_file record
- Add checkbox for image rights into the FileBrowser (modal window)
- Add checkbox for image rights into the filelist module
- Integrated API to add your own image rights checkbox to extbase and/or EXT:form forms
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer., (*4)
Run the following command within your Composer based TYPO3 project:, (*5)
composer require jweiland/checkfaluploads
Installation as extension from TYPO3 Extension Repository (TER)
Download and install checkfaluploads with the extension manager module., (*6)
2.2 Minimal setup
1) Install the extension
2) Reload backend
, (*7)