Actions
Bug #56394
closedResourceStorage::SIGNAL_PreFileAdd should be triggered earlier
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-02-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The PreFileAdd signal should be triggered before the file exist check. So the name and/or content can be manipulated before the targetfilename is checked.
Also should $localFilePath be added as parameter and all parameters should be passed as references.
With this change it would be posible te resize/covert images before file is stored and indexed.
Actions