Skip to main content
Best answer by wposner-2

Yes.  The upload widget must save the file to a repository.  You trigger a service to execute after the UploadComplete event to get the file link of the file in your repository (you already know everything required from the upload widget to get just the one file you uploaded the GetFileListiingWithLinks service) and bind that value to the value display widget.

3 replies

5-Regular Member
March 27, 2019

For ValueDisplay widget, you need to make the uploaded image file to be an image property, You can also consider using Image widget in the mashup.

 

You could use CreateMediaEntity service to bind image to the Media entity, or create Thing with Image or Image Link property, and set property value after upload.

wposner-21-VisitorAnswer
1-Visitor
March 27, 2019

Yes.  The upload widget must save the file to a repository.  You trigger a service to execute after the UploadComplete event to get the file link of the file in your repository (you already know everything required from the upload widget to get just the one file you uploaded the GetFileListiingWithLinks service) and bind that value to the value display widget.

Support
April 2, 2019

Hi @svisveswaraiya_285988

 

If one of the previous responses answered your question, please mark the appropriate one as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon