Regarding Web App Compiler

3 ビュー (過去 30 日間)
varinder kaur
varinder kaur 2018 年 3 月 27 日
コメント済み: DONY DARMAWAN PUTRA 2020 年 10 月 19 日
I create a web app using web app compiler and run in MATLABwebapp Server.
  • As mentioned in documentation page 'Web apps are designed to run only within a trusted intranet environment, not in the open Internet'. How can i share this webapp to my colleagues within intranet? Kindly provide steps.
  • 'uigetfile' is also not supported. As in my app image is input from user. Kindly provide me some alternative of 'uigetfile' so that i can easily take input image from user.

採用された回答

Kojiro Saito
Kojiro Saito 2018 年 3 月 27 日
  • After installation of MATLAB Web App Server and configuration of MATLAB Web App Server are done, you just need to put your CTF file (Web App package) in the application folder of MATLAB Web App Server. You can know the folder by "Open App Folder" in MATLAB Web App Server. Then, just share the URL of Web App to your colleagues. By default, it is http://HOSTNAME:9988 where HOSTNAME is a hostname of your server. Your colleagues can access to your Web App by web browser.
  • Yes, as of R2018a, uigetfile is not supported. Simple work around would be the following.
- Users transfer image file from their PC to the some location of the server by FTP Client, then in your Web App, you can access to the image files.
Hope this help.
  6 件のコメント
Kevin Chng
Kevin Chng 2018 年 10 月 15 日
編集済み: Kevin Chng 2018 年 10 月 15 日
I have checked it out. It is supported in 2018b. However,uigetfile is not working in google chrome, but it is working for Internet Explorer.
DONY DARMAWAN PUTRA
DONY DARMAWAN PUTRA 2020 年 10 月 19 日
Hi Kojiro Saito
Your statement in below does not work. I am using Matlab 2018b. I can open my Web app in my browser, but It does not work when I share my link. Please help me :)
  • After installation of MATLAB Web App Server and configuration of MATLAB Web App Server are done, you just need to put your CTF file (Web App package) in the application folder of MATLAB Web App Server. You can know the folder by "Open App Folder" in MATLAB Web App Server. Then, just share the URL of Web App to your colleagues. By default, it is http://HOSTNAME:9988 where HOSTNAME is a hostname of your server. Your colleagues can access to your Web App by web browser.

サインインしてコメントする。

その他の回答 (1 件)

Udo Schröder
Udo Schröder 2018 年 4 月 16 日
Could you please tell me how I can then access the uploaded file? I have the same issue.
Will uigetfile be supported in the future?
  1 件のコメント
Kevin Chng
Kevin Chng 2018 年 10 月 15 日
Hi
i just tried it. It is supported in 2018b

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Web App Server についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by