OpenWGA 7.6 - WebTML reference

WebTML tags » form

<tml:form maxuploadsize ="megabytes">

Purpose:

Limits the maximum size of uploaded files

Description:

This setting is the maximum size for each single file that is uploaded to the form. The data of larger files will neither be loaded to the server nor attached to the form.

You can use TMLScript property fmlform.filesDropped to find out if a file was dropped on the last form posting.

Value(s):

Number of megabytes. Specify -1 to disable the limit, 0 to disable file uploads to this form alltogether.

Default value:

10