In my phenix liveview web app, am able to upload documents such as word, excel, powerpoint etc. I want to be able to read/edit them within the web app. I have researched and seen ONLYOFFICE or WOPI Protocal is what is used by other frameworks like react to do the same. Anybody who knows how to implement it in elixir phoenix liveview?
1 Like
It seems you can use Only Office in any NodeJS application you can add node to your phoenix application and then follow their guide.
If you want to save a file you can push an event using pushEvent
from client side javascript with file as one of the arguments.
Thanks. But how will I add node to my Phoenix application?Need a helping hand
1 Like
Maybe this can help, Asset Management — Phoenix v1.7.14
1 Like