Hi,
I want to update an image asset dynamically.
I have the png image (image123.png) in the media manager. I read a json object file using rest service. and I extract a string which points me to "../images/image123.png" and I map this string to the image objects asset.
With an online image, this works fine, but it does not for a file contained within the media manager. Please help..
Thanks