webApplicationDirectory(): String;
The webApplicationDirectory method of the Application class returns the name of the Web application directory that contains transferred files over a TCP/IP connection when your JADE environment is behind a firewall. To configure a firewall, the
To configure the Web server end of the connection for a firewall:
For Microsoft Internet Information Server (IIS), the
For Apache HTTP Server, the
When a file is transferred to JADE from a Web browser using the default connection mechanism, the text for the text box that generated the transfer is changed by the JadeHttp library to:
<original-file-name>;<temporary-file-name-and-path>
If you have set the
<original-file-name>;<temporary-file-name>
Your application logic that accesses the file must append the Web application directory to the temporary file name to form the actual path. Use the webApplicationDirectory method to get the name of the Web application directory.
For more details, see "