Roxen Interactive RXML Help
<forum-new-attachment/>
Creates a new attachment from posted data.
Attributes
- filename
- filename=string
This attribute is required.Filename for the attachment.
- content-var
- content-var=name
This attribute is required.Name of the variable where the file contents is stored.
- message-id
- message-id=id
Attach the file to this message. If none is supplied a temporary ID will generated and returned with message-id-var
- description
- description=string
Short description of the attachment (max 255 characters).
- message-id-var
- message-id-var=name
Store the message ID in this variable. If you did not supply an ID with the message-id attribute, this is a temporary ID useful for the attachments attribute of <forum-new-message>.

