MediaSection doesn't delete files physically from server
If I delete an image from the MediaSection and then deleted it from the Recycle bin, the file still exists on the server. Tested on version 7.6.4 and 7.7.8.
I checked the log for System.IO errors, but there are no errors.
Is this behaviour by design?
I have an Umbraco website with a large amount of photo albums with a total of over 10.000 images which are updated/deleted regularly. Because of this behaviour/bug I have thousands of unused folders in the Media-directory which take up a lot of space and causing storage problems.
I've seen it where it doesn't delete the folder most of the time. As far as the image, for me it has been hit or miss... some of the media gets physically removed, some done.
When you delete a media item it goes into the recycle bin, so it's still physically on the server and can be accessed by anyone who has the direct URL.
To completely delete it you need to delete it from the bin. You can delete a specific item or can empty the all the items in the bin.
MediaSection doesn't delete files physically from server
If I delete an image from the MediaSection and then deleted it from the Recycle bin, the file still exists on the server. Tested on version 7.6.4 and 7.7.8.
I checked the log for System.IO errors, but there are no errors.
Is this behaviour by design?
I have an Umbraco website with a large amount of photo albums with a total of over 10.000 images which are updated/deleted regularly. Because of this behaviour/bug I have thousands of unused folders in the Media-directory which take up a lot of space and causing storage problems.
So I just found this thread https://our.umbraco.org/forum/using-umbraco-and-getting-started/80884-delete-unused-images-from-media-folder
I can use the F.A.L.M. Housekeeping package to cleanup my media folder but I'm still wondering if this behaviour is by design?
I've seen it where it doesn't delete the folder most of the time. As far as the image, for me it has been hit or miss... some of the media gets physically removed, some done.
When you delete a media item it goes into the recycle bin, so it's still physically on the server and can be accessed by anyone who has the direct URL.
To completely delete it you need to delete it from the bin. You can delete a specific item or can empty the all the items in the bin.
is working on a reply...