JSP CUSTOM TAG LIBRARIES


attachments tag
In the context of a form tag, enables a user to use the QuickPlace upload ActiveX control to upload documents and other files that are stored as attachments to the current document.

Note This tag is only valid in Internet Explorer. To access attachments in Netscape Navigator, use the attachmentlist tag.

Note If you are using client-side JavaScript to control the submission of the form tag containing this tag, you must use the form.performSubmit() method instead of form.submit() or the attachments control will not function properly.

Contexts

Valid in:


Syntax
Attributes

The following attributes are optional:

bgcolor


height
maxsize
name
width
See the Common Domino JSP tag attributes section for definitions of debug, onfailure, and time.

See Also