OpenWGA 7.6 - TMLScript reference
TMLForm "tmlform"Property :
filesDropped
On object | TMLForm "tmlform" |
Usage | Indicates if an uploaded file has been dropped because of its size |
Description |
WebTML forms have a a restriction about the maximum size of files that may be uploaded to protect the server. This can be configured using WebTML attribute maxuploadsize. Files that are uploaded but exceed this size are dropped and not attached to the WebTML form. This property indicates if a file was dropped on the last form posting. |
Return value | true if a file was dropped (Boolean) |
Allowed in script types |
|