Hello, I have this Form that lets the user upload a document, any document to a Sharepoint List and then it lets the users access the document in sharepoint by clicking a button. It will open the document on the Web, which is exactly where I want it to be so everyone can edit the same file if needed.
This is great for all docs apart from Powerpoint documents. for some reason the PowerPoint documents instead of launching on a browser are being automatically downloaded. Any idea on how to force every type of document to open in Browser instead of downloading?
Regards,
Solved! Go to Solution.
Got it:
First(ThisItem.Attachments).AbsoluteUri & "?web=1"
working great
Got it:
First(ThisItem.Attachments).AbsoluteUri & "?web=1"
working great
Thanks for updating the thread with your findings!
User | Count |
---|---|
156 | |
96 | |
85 | |
78 | |
58 |
User | Count |
---|---|
192 | |
176 | |
105 | |
95 | |
91 |