Feature #23260
closedAdd hook to postprocess upload of a file
0%
Description
A hook is missing to allow postprocessing of upload of files within a TCE form with a field of type "group_select_file" (e.g., pictures within the Media tab of a CE images or text w/ images).
Typical use-case identical to the one of RFC #23244
- Allow editors to upload any picture (e.g., 10 Mpixels) as they don't know how to resize the pictures or do not have the software (cybercafe during holidays)
- Prevent uploads/ to be overflooded with huge pictures which will never be used in their original size
=> Automatically resize "huge" pictures after the upload
Upcoming extension image_autoresize, available on Forge (http://forge.typo3.org/projects/show/extension-image_autoresize) already implements this. Best is to install it in order to see how this hook can be used.
(issue imported from #M15221)
Files