WB_FULID - generate unique form upload ID

Syntax
WB_FULID=boolean value

Syntax example
WB_FULID= T

Valid inputs
T,TRUE,1,ON for True
F,FALSE,0,OFF for False

Default value
FALSE

Description
If this variable is set to TRUE, the WhizBase will generate server-side unique form upload ID, that can be retrieved on the same WBSP page using $WBFULID tag. This variable together with tag $WBFULID and functions $WBFUP and $WBFUT is used for tracking the form upload progress using AJAX or IFRAME. Generated value will be deleted when upload finishes. This variable should be set in a WBSP page containing upload form.