Project

General

Profile

Feature #56726

Updated by Frans Saris over 8 years ago

Currently the metadataExtraction is only called through scheduler task. So when a editor uploads a new file he has to wait until the scheduler task is triggered again. 

 For most file storage types It would be a great improvement if it no problem to trigger the metadataExtraction direct after fileupload. Only in some special situations it isn't desirable to have to metadataExtraction direct after fileUpload/adding a file to the storage. To still support these use-cases a flag needs to be added to the storage so the integrator can disable the auto metadataExtraction is directly called for his special use-case. every new uploaded file.

Back