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.
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:
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
is working on a reply...