Bug #88869
closedWrong File Size in backend (fileadmin) and frontend (download)
0%
Description
When uploading files to folder fileadmin (or sub directories, or i think, any destination???) via FTP it occurs, that TYPO3 has the wrong file size stored in sys_files and will never ever correct that, until the file is renamed in backend, and then renamed back to old name.
This happens, if you click on fileadmin-folder in backend while the ftp-process uploading the file has not finished yet.
Clear caches has no effect. As long as the filename stays the same, the size is not corrected.
Files
Updated by Georg Ringer over 5 years ago
- Status changed from New to Rejected
Please use the scheduler task "File Abstraction Layer: Update storage index" which should cover all your needs as the description states "Updates the Index/Cache Data of a Storage; only needed if changes to the storage are possible outside the backend (FTP, RemoteStorages)."
Therefore I am closing this issue.
Updated by Walter Sparding over 5 years ago
Georg Ringer wrote:
Please use the scheduler task "File Abstraction Layer: Update storage index" which should cover all your needs as the description states "Updates the Index/Cache Data of a Storage; only needed if changes to the storage are possible outside the backend (FTP, RemoteStorages)."
Therefore I am closing this issue.
Sorry, but i ran all the schedule entries under "Planer" manually, cleared all caches, but the displayed file size is still wrong.
After renaming the file in backend file size is ok.
Ok, i got it. The task was not in the default tasks. I added it.