Is it possible to display an image (a jpeg stored on my PC) in a user step? I want to display a company logo on a user step.
Thanks.
As the clients would not have access to that image your would first need to upload it somwehre on the internet (or a web server that the clients have access to), and the use the image viewer or similar user step control to display it.
The web server could be an exisitng, or imgur or a similar service, or even the flow server actually.
OK thanks, I am amazed flow does not allow me to upload an image for display though.
I think there is a feature request in User Voice for fetching it as a binary from a database. And perhaps even from some store within the flow server, but that is sort of a slippery slope as there then could be miss-used to store all sorts of large things making everything slow.
I know the environmnet variables has been used a lot for things it definitley is not used for, so there is also a reason for not allowing to store for example binaries on the flow server. But I see what you mean.
You can upload a file and save it to a “public” directory on the IIS server. This requires a lot of initial setup but is well worth the time (I have done it several times in the past). Then you can link to the image in the user step with the image viewer and a link similar to https://novacuraserver.corporate.domain/public/corporatelogo.png
i test on the flow studio and it is work you can use convert any image to base64 and use the encode data as source you can contact me on teams i will help you to get work my name : Abdul Aloukla
you don’t need to upload the image and the image will be saved on the flow on Assignment or flow script or table
Hey @Abdul ,
i am interested in what you did to get the result you describe.
Can you please attach your example flow here?
Thanks in advance!
B R
Ivan
you can use it on the image viewer or image selection input
you need to convert the image to base 64 you can use the flow studio or this website
if you have the image on you computer use the website and if you have on the ifs you can use the encode to base 64 flow script and it is work but after you encode you need to add like this on the beginning data:image/png;base64,[base64that you encode using the flow script]
if you need to have many image you can put all the image on the table
if you have many question contact me i will help you
Image Base64.flow (20.4 KB)