How to display doc/pdf attachments in service portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2020 10:29 PM
Hi,
I am trying to display attachments in widget using object tag
<object data="data:{file type};base64,{base64 data of attachment ……}" type="{file type}" width="100%" height="100%" class="internal"> </object>
if file type is doc/pdf it displaying below error.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2020 02:35 AM
Hi,
Try the solution suggested in below link ,
it will help.
Mark my ANSWER as CORRECT and HELPFUL if it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2020 02:03 AM
Thanks creativethinker,
this solution is working for PDF files only, for doc files it showing same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 02:58 AM
Hi Guru15
Greetings!!
Have you got the solution for Doc files, facing similar kind of issue
Thanks in advance