OpenWGA 7.9 - TMLScript reference
TMLForm "tmlform"Method :
removeFile(fileName)
On object | TMLForm "tmlform" |
Usage |
Removes a file from the form |
Parameters |
fileName (String): Name of the file to remove. |
Default value |
The temporarily stored data of the file is immediately deleted when this method is called. |
Return value |
true, if a file was removed, false if no file of the given name was found (Boolean) |
Allowed in script types |
|