Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Adriano Fabri 459 posts 1602 karma points
    Oct 02, 2015 @ 16:17
    Adriano Fabri
    0

    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

  • David Peck 687 posts 1863 karma points c-trib
    Oct 05, 2015 @ 14:39
    David Peck
    0

    Isn't the path just part of the XML/JSON saved by the property editor?

  • Adriano Fabri 459 posts 1602 karma points
    Oct 05, 2015 @ 15:04
    Adriano Fabri
    0

    That's ok, then...in DB I'll find the images only in this tables: - [cmsContentXml] - [cmsPreviewXml] - [cmsPropertyData]

    Right?

  • David Peck 687 posts 1863 karma points c-trib
    Oct 05, 2015 @ 15:07
    David Peck
    0

    You've got me there. My knowledge of the DB tables is minimal.

  • Adriano Fabri 459 posts 1602 karma points
    Oct 06, 2015 @ 08:15
    Adriano Fabri
    0

    I resolved...my package is now updated

    tnx

Please Sign in or register to post replies

Write your reply to:

Draft