How to change data files of a deployed web app and maintain this change across sessions

조회 수: 1 (최근 30일)
I have a seployed web app which uses, internally, a number of Excel files, from where it reads some data. During runtime, I would like the user to be able to download one of those files, modify some data at wish and upload the modified file. The app should then be using that modified file instead of the initial one. Additionally, I want the modified file to persist across different runs of the app. Ideally, the modified file would be overwritting the initial file in the .ctf package.

채택된 답변

Walter Roberson
Walter Roberson 2019년 7월 12일
The closest you can get is at run time figure out a suitable directory to check for files and to store into when the user makes changes.
You will have to decide whether the changes are to be available only to the one user or to all user on the same host or to all users of your application on all hosts.
  댓글 수: 6
Chris Oreinos
Chris Oreinos 2019년 7월 17일
I think Google Drive storage is out of the question due to company's security policies. However, saving to MS OneDrive is fine. Is there a way for MATLAB to read/write data from OneDrive? My search didn't result in any useful result.
Walter Roberson
Walter Roberson 2019년 7월 17일
Unfortunately I do not know much about OneDrive api. I do see
https://docs.microsoft.com/en-us/onedrive/developer/?view=odsp-graph-online
https://github.com/isac322/OneDrive-SDK-java
So it would be possible to connect to onedrive through an api such the Java api on github.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Web App Server에 대해 자세히 알아보기

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by