Display Image, after getting if from filepicker

Hello Everyone,

Does everyone know how to display the image once we will get it using the file picker, or if it is possible or not.

Thanks,
Sanjit

Hello @Sanjit_Pal ,

we have image display control. please use that and display image.

@Arvind_Kumar1 I am adding the image using the file picker and want to display that chosen picture in the Image display control.

I am not sure which parameter of the file picker should be used in the value binding or image binding of Image Display Control.

@Sanjit_Pal ,

you can’t display file image to image display control direct due to technical design. However you can follow an alternate way. first on selection of file please upload into storage bucket then try to get storage bucket file into app variable and map app variable to image control.

Thanks,
Arvind

Thanks, @Arvind_Kumar1 for letting me know, I already built the solution based on the same logic that you suggested.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.