On inserting an image into an HTML field using TinyMCE, the image is actually saved a folder in the file system and not in the database.
When deleting a database record with an HTML field referring to an image, the uploaded image is not deleted and remains (orphaned) in the folder, which could lead to quite some garbage after some time and no way to keep track of the unused images...
Is ther a way to solve this problem?
On inserting an image into an HTML field using TinyMCE, the image is actually saved a folder in the file system and not in the database.
When deleting a database record with an HTML field referring to an image, the uploaded image is not deleted and remains (orphaned) in the folder, which could lead to quite some garbage after some time and no way to keep track of the unused images...
Is ther a way to solve this problem?