WB_BaseUrl - URL prefix to be added to uploaded file name

Syntax
WB_BaseURL=URL

Syntax example
WB_BaseURL=/images/

Valid inputs
URL can be any valid relative address or absolute address of directory on same or other server. Absolute address can include protocol

Default value
The URL of the directory where current WBSP file is located

Description
This variable defines an URL prefix added to the value of the field used to upload file.
If WB_BaseURL value is Value of the form field used to
upload file will be changed
from mypic.gif to
ftp://ftp.myserver.com/pub/ ftp://ftp.myserver.com/pub/mypic.gif
/images/ /images/mypic.gif
undefined
(no WB_BaseURL variable in WBSP file)
/pathtowbspfile/mypic.gif