Image widget Image is not updating on mashup
Hi Team,
Have implemented one functionality in which I upload image via File Upload widget in repository and then display it immediately over image widget by creating media entity dynamically via service after clicking "Upload" button of file upload widget.
What actually happens it displays image correctly when I upload first time. It properly creates new media entity and displays over image widget immediately. But when I updates the image at the same time then it updates the image only at the media entity level but not refreshes on mashup.
Can somebody help me on this.
I am using code:-
var params = {
name: mediaEntityName /* STRING */,
content: imageContent /* IMAGE */
};
// no return
Resources["EntityServices"].UpdateMediaEntity(params);
My thingworx is 8.3.
Thanks in advance.

