How to package a MATLAB web program
I am currently working on a software package that is packaged and distributed as a web program and deployed to the server. My software needs to contain a folder with some pdf files in it, and in the code I use something like ".path" to access the current folder path.
I have 3 questions:
1. If you publish to the web program for others to use, when someone else accesses the server to use the program, the statement ".path" will access someone else’s computer or the server, if it is someone else’s computer, how to implement my software to call the pdf file.
2. My requirement is to implement the fact that when others use it, you can download pdf files or other files (png files), how to achieve this.
3. When others use it, the address of the save,load,imread,imewrite function access is my server or someone else’s computer, if it is someone else’s computer, go back to the first question, how to preload the file when the software is opened.I am currently working on a software package that is packaged and distributed as a web program and deployed to the server. My software needs to contain a folder with some pdf files in it, and in the code I use something like ".path" to access the current folder path.
I have 3 questions:
1. If you publish to the web program for others to use, when someone else accesses the server to use the program, the statement ".path" will access someone else’s computer or the server, if it is someone else’s computer, how to implement my software to call the pdf file.
2. My requirement is to implement the fact that when others use it, you can download pdf files or other files (png files), how to achieve this.
3. When others use it, the address of the save,load,imread,imewrite function access is my server or someone else’s computer, if it is someone else’s computer, go back to the first question, how to preload the file when the software is opened. I am currently working on a software package that is packaged and distributed as a web program and deployed to the server. My software needs to contain a folder with some pdf files in it, and in the code I use something like ".path" to access the current folder path.
I have 3 questions:
1. If you publish to the web program for others to use, when someone else accesses the server to use the program, the statement ".path" will access someone else’s computer or the server, if it is someone else’s computer, how to implement my software to call the pdf file.
2. My requirement is to implement the fact that when others use it, you can download pdf files or other files (png files), how to achieve this.
3. When others use it, the address of the save,load,imread,imewrite function access is my server or someone else’s computer, if it is someone else’s computer, go back to the first question, how to preload the file when the software is opened. web, load, appdesigner MATLAB Answers — New Questions