WB_Overwrite - overwrite existing file with uploaded one

Syntax
WB_Overwrite=boolean value

Syntax example
WB_Overwrite=T

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

Default value
FALSE

Description
This variable defines if the file with same name that already exists on the server be overwritten by newly uploaded file.
If WB_Overwrite value is Existing file with same name will be
TRUE overwritten
FALSE unchanged, and new file will be saved
using unique name generated by WhizBase

Important: This variable cannot be sent using HTML form unless you specify value $form$ (WB_Overwrite=$form$ ) in WBSP file. Setting this variable value to $form$ is not recommended.