You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed OnlyOffice on a remote server. I added a file upload button to the local frontend page. I want to use the test case URL: http://ip_server/example/, I hope that the file upload button of the front-end page can call the file upload function of the entire page to help me upload the file. However, I tried uploading a file to URL using JavaScript's fetch method: http://ip_server/example/upload, but couldn't successfully upload the file. How to solve this problem?
I am noob. Thanks for your help!
The text was updated successfully, but these errors were encountered:
I have deployed OnlyOffice on a remote server. I added a file upload button to the local frontend page. I want to use the test case URL: http://ip_server/example/, I hope that the file upload button of the front-end page can call the file upload function of the entire page to help me upload the file. However, I tried uploading a file to URL using JavaScript's fetch method: http://ip_server/example/upload, but couldn't successfully upload the file. How to solve this problem?
I am noob. Thanks for your help!
The text was updated successfully, but these errors were encountered: