Attachment.Save

Saves the specified attachment.

Parameters

Item.drn (Required)

Specifies the identifier of the item to which this attachment is associated.

Item.Attachment.id (Required)

Specifies the identifier of the attachment to be saved.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Returns the original contents of the attachment.

Example

<A href="/servlet/webacc?User.context=xyz&action= Attachment.Save&Item.drn=321z4z&Item.Attachment.id=1"> Save </A>