83
Views
7
Comments
Solved
Open DOC File Through Browser (Traditional)

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..



filename.png
2020-01-08 08-43-00
Rahul Kumar
Solution

Check it in the Microsoft Edge browser. I am able to open without downloading it.

2018-09-27 18-20-33
Swatantra Kumar
Champion

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

2020-01-08 08-43-00
Rahul Kumar

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,

UserImage.jpg
SASIKUMAR S

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.

2020-01-08 08-43-00
Rahul Kumar
Solution

Check it in the Microsoft Edge browser. I am able to open without downloading it.

UserImage.jpg
SASIKUMAR S

any other Way without Downloading it?

I need Like that.

Thank you.

2020-01-08 08-43-00
Rahul Kumar

Hi, 

it will work even in chrome. Just make the little changes. 

Check the sample screen -   Screen


I am unable to uplaod .oml here. 

2020-01-08 08-43-00
Rahul Kumar

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.