FileUpload

Inserts a file selection field on a server page.

XHTML Specification: <x-subst type="FileUpload">

For more information, see <x-subst type="WidgetType"> .

Widget Properties

Widget Properties

Property

Description/More Information

Exclude

Exclude the field if it does not need to be sent to the browser.

Description

When the field definition is copied to the layout, the XHTML source code similar to the following:

<x-subst name="FILE.MY_ENTITY.MY_MODEL" type="file">
<input name="FILE.MY_ENTITY.MY_MODEL" size="" maxlength="" value="" type="file">
</x-subst>