Note: On the form, set the attribute usesUpload true for the form to support file uploads.
To insert a messageFileUpload component:
The messageFileUpload node is inserted and highlighted under the expanded parent node.
Note: To use data binding, see Data Binding a Component Attribute.
For information about message attributes, see Setting the Message Attributes for a Message Form Component. For information about other general attributes of message form components, see Setting the General Attributes for a Message Form Component.
...
<form name="myform"
usesUpload="true"
destination="fileupload">
<contents>
<messageFileUpload prompt="Step 1: Click 'Attach File'"
name="file"
tip="Only one file per upload"/>
</contents>
</form>
...
About MessageFileUpload
About Message Form Components and Attributes
Inserting an End Named Child for a
Message Form Component
Working with Form Components
Copyright © 1997, 2004, Oracle. All rights reserved.