Kbase P131986: How to determine file upload directory from within application code ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/2/2008 |
|
Status: Unverified
GOAL:
How to determine file upload directory from within application code ?
GOAL:
How to find out where files are being uploaded from within SpeedScript ?
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
All Supported Operating Systems
FIX:
Use the get-config function from the WebSpeed API:
<character variable> = get-config("fileUploadDirectory":U).
The get-config API provides access to all the properties set in the ubroker.properties for the current WebSpeed broker.