Hello,
with "Image cropper" data type, the image is loaded only in the media folder (filesystem) but not in the backoffice media section.
Unfortunately this is a big problem for my package FALM Housekeeping because the "Cleanup File System" tool identify all the images saved with image cropper data type, like orphans ready to be deleted.
Where is stored the path of the cropped image in Umbraco DB?
There is already a method to find all cropped images?
I'm trying to create a custom method to solve the issue in which I find the path of all cropped images, compared with finded orphans and display only those that really can be deleted
Problems with Image Cropper data type
Hello, with "Image cropper" data type, the image is loaded only in the media folder (filesystem) but not in the backoffice media section.
Unfortunately this is a big problem for my package FALM Housekeeping because the "Cleanup File System" tool identify all the images saved with image cropper data type, like orphans ready to be deleted.
Where is stored the path of the cropped image in Umbraco DB?
There is already a method to find all cropped images?
I'm trying to create a custom method to solve the issue in which I find the path of all cropped images, compared with finded orphans and display only those that really can be deleted
Can anyone help me?
Thank you in advance Adriano
Isn't the path just part of the XML/JSON saved by the property editor?
That's ok, then...in DB I'll find the images only in this tables: - [cmsContentXml] - [cmsPreviewXml] - [cmsPropertyData]
Right?
You've got me there. My knowledge of the DB tables is minimal.
I resolved...my package is now updated
tnx
is working on a reply...