Please give a brief summary of your issue:
Cant display office file in webviewer
Please describe your issue and provide steps to reproduce it:
In page 1, I have an input to pass data into it. But when i navigate to page 2, I set perform load data by using webviewer, it cant be done by some reason (it’s working file with pdf file).
-With docx file, the system said that file not found."
The code you sent looks fine - For testing purposes, instead of a page redirect, can you call it directly on the main app? For example, I have the following that was working for me:
My idea is that the first page allows the user to upload a file, and the second page is used for editing the document if needed. On the other hand, if the user doesn’t want to edit it, they can simply submit the file on the first page.