Copied to clipboard

Flag this post as spam?

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


  • Tracey Penberthy 1 post 71 karma points
    Jun 13, 2016 @ 13:56
    Tracey Penberthy
    0

    Get urls of files added via ImageCropper or Upload

    Hi

    I am trying to write an api that returns a list of urls of files that have been uploaded via the Umbraco.ImageCropper editor or the Umbraco.UploadField editor (i.e. they have not been added to the media library).

    So far I have got:

    var alias = Constants.PropertyEditors.ImageCropperAlias;
    var defs = Services.DataTypeService.GetDataTypeDefinitionByPropertyEditorAlias(alias);
    

    I am really struggling with this I can't figure out what to do from here to dig out the urls, any help would be greatly appreciated.

    Cheers Tracey

Please Sign in or register to post replies

Write your reply to:

Draft