Hi,
Is there a way to modify the image source when an image is loaded in the file explorer?
We tried the following, but this did change the image source.
beforeGetImage: function beforeGetImage(args) {
var file = args.selectedItems[0];
args.path = '/Images/GetImage?folderId=' + file.folderSettingId + "&id=" + file.folderId + "&fileId=" + file.id;
}
Please advise.
Thank you