The DOC File is Saved In DB, While Clicking the File Name it should be Opened in Browser, I Tried For PDF Its Worked, But Need Some Idea For DOC File. (Traditional Web).
Filename.png is a Page Where Files Are Shown In the Table.
1. OnClick the FileName---Open That File In Browser. Mentioned Below..
Check it in the Microsoft Edge browser. I am able to open without downloading it.
Hi Sasi,
You might like to check the Web Previewer forge component that supports opening the files (including doc) in the browser without having them download. The component is for the traditional web.
Regards,
Swatantra
Hi Sasikumar S,
check - Sample screen.
At filename link, navigate to View Docs screen and fetch that docs file by their id and preparation of that screen should be end with download node with save to disc property set to no.
FileName link property.
Download node -
Cheers,
Hi Rahul Kumar,
Thank You
But It Should Not be Downloaded, When We Click the Downloaded File We are Able to View, That Should Be Done On Clicking the File Name, It should Open Directly.
Like ,
sample Screen --> For PDF,
Need As Like For DOC.
any other Way without Downloading it?
I need Like that.
Thank you.
Hi,
it will work even in chrome. Just make the little changes.
Check the sample screen - Screen
I am unable to uplaod .oml here.
Follow the steps:
Make the screen action for navigating the ViewDocs page.
In Open Screen flow make the URL for navigating to ViewDocs. So that you can use Live view docs office tools.
Screen action flow.
URL assignment value in my case -
"https://view.officeapps.live.com/op/view.aspx?src=https://"+ GetRequestDomain()+GetEntryURL("ViewDocs","Open_Doc","DocsFileId",DocsFileId)
and It will work in any browser.
Thanks.