Question
7
Replies
1910
Views
Posted: August 30, 2017
Last activity: October 16, 2018
show image from data-workattach-file to html stream
Hi all,
I have uploaded image with the name (for ex: image.jpg) on data-workattach-file.
I want to show the uploaded image on html stream.
with the code <img src=''/> , what I must do to the src='', to show the uploaded image?
thankyou.
Regards,
Adrian
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi,
You can read the "pyAttachStream" from the Data-WorkAttach-File and try with the below code.
<img src="data:image/jpg;base64, attachmentStreamHere" alt="imageName" />
Thanks,
Santhosh