Consultor Eletrônico



Kbase 17508: How to access external images from Apptivity on webserver
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/10/1998
How to access external images from Apptivity on webserver


If you need to access images from your Apptivity application, that you
would like to store on a central web server, you need to reference
them as follows:

(Assume you can access them generally at the location:
"http://myhost/employee/<picture>.gif")

From Project, properties
Images tab
Local Path for Images: employee

The reason you only specify the directory name is because the
abEnv.buildURL() method will construct the actual URL by locating the
"host" parameter (in parameters.txt file) and combining it as follows:

"http://" + "<host parameter value>" + "/" + "alias" + "/" + filename

NBI:30 Dec 97

Progress Software Technical Support Note # 17508