chamilo / chamilo-lms

Chamilo is a learning management system focused on ease of use and accessibility
https://chamilo.org
GNU General Public License v3.0
792 stars 478 forks source link

[C2] Clean uploaded temp files #5601

Open ywarnier opened 3 months ago

ywarnier commented 3 months ago

Files are now uploaded asynchronously, but this means if many files are uploaded and some are then removed from the list before submitting the form, the deleted files will remain in a temporary folder until deletion by a later process. To avoid this, a process of cleaning (possibly together with cache) should be offered through the admin interface and as a cron task.