Bug #16629
closedDistributing uploaded images to multiple directories
0%
Description
Instead using single directory where images are being uploaded (uploads/pics), they should be distributed to multiple directories, e.g. uploads/pics/ab, uploads/pics/ac, etc.
The same thing is already done with 'pageCacheToExternalFiles'.
This should prevent performance degradation with large number of files per directory (file system issue).
This should be done for thumbnails (typo3temp/pics), and all other similar directories having large number of files, also.
(issue imported from #M4350)
Updated by Michael Stucki about 18 years ago
Or even better: uploads/ should not be used anymore at all! DAM will provide a nice way to do this...
Updated by John Angel about 18 years ago
Sure, images with references would be ideal.
The problem is that dam_ttcontent is in experimental status:
http://typo3.org/extensions/repository/view/dam_ttcontent/1.0.1/
Updated by Martin Kutschker about 18 years ago
I would be happy if at least different tables and fields would use different folders.
But neither that nor a new distribution scheme is easyl done as it would break backwards compatibility. You'll need an update script.
Updated by John Angel about 18 years ago
Yes, update script + new variable in localconf.php.
So it would be possible to completely turn off the new system, if it makes problem with old Typo3 installations.
Updated by Martin Kutschker about 18 years ago
No config var, just a changed TCA for pages and tt_content which share the upload/media folder and an update script.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
4)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.