TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _feature-56726:
===============================================================
Feature: #56726 - Trigger metadata extraction after file upload
===============================================================
See :issue:`56726`
Description
===========
Before #56726 the metadata extraction was only called through the extract metadata
scheduler task.
So when an editor uploaded a new file he had to wait until the scheduler task had
been triggered again and extracted the metadata.
Now the metadata extraction is by default triggered after adding/uploading a file
in the BE or when the FAL API is used `ResourceStorage::addFile()`,
`ResourceStorage::replaceFile()` and `ResourceStorage::addUploadedFile()`.
In some special situations it isn't desired to have metadata extraction direct
after file upload/adding a file to the storage.
For these cases the automatic extraction can be disabled in File Storage configuration.
Impact
======
The flag is by default set for all existing and a new storage. When you have some
special use-case where automatic extraction of metadata is not desired the flag
can be disabled in File Storage configuration.
.. index:: FAL, PHP-API, Backend