Hi everyone!
Needed some help with an issue I've been stuck on for a while.
I want an alternative to an iframe from my reactive application to display a document referenced within the same environment. The current setup for the iFrame is a popup with tabs, where the iFrame serves as the content within the tabs.
Please help me out with this, thank you!
Can you share more details like what kind of document you want to display in iframe. There is no alternative for iFrame. there are couple of plugin which can view the document in web
https://www.outsystems.com/forge/component-overview/10147/html-document-viewer-o11
https://www.outsystems.com/forge/component-overview/19118/office-to-html-reactive-file-viewer-o11
https://www.outsystems.com/forge/component-overview/7092/reactive-web-previewer-o11
The screen shot you shared shows that it is a issue with access permission.
Can you share oml (with dummy doc) ?
Hi,
Please check the below component
https://www.outsystems.com/forge/component-overview/1606/file-viewer-plugin-o11
The easiest way is to create a public server action that outputs the binary.
You can then consume it anywhere and download or display the file.