Kbase P25590: Loading of image does not work when run in WebClient
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/05/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
SYMPTOM(s):
Loading of image does not work when run in WebClient
No errors are received
CAUSE:
Application was trying to load an image using a relative path (i.e. './Images/SomeImage.JPG') and the working directory did not have an Images subdirectory
FIX:
Modify the application code to load the image from the correct directory (i.e. do not assume that the current working directory will be what you think it should be)