Attribute | Description | Required |
---|---|---|
multipart | Should multipart content be forced, even if only a single file or text part is specified. | No. |
parameters | A java .properties file which contains post parameters. | No. |
Create a text post parameter.
Attribute | Description | Required |
---|---|---|
name | The parameter name. | Yes. |
value | The parameter value. | Yes. |
Add a File part to the request.
Attribute | Description | Required |
---|---|---|
name | The parameter name. | Yes. |
path | The file path to send. | Yes. |
contentType | The content type of the file. | No. |
charSet | The character set. | No. |
Add a Text part to the request.
Attribute | Description | Required |
---|---|---|
name | The parameter name. | Yes. |
value | The string value to send. This may also be specified as nested text to this element. | Yes. |
contentType | The content type of the file. | No. |
charSet | The character set. | No. |
Copyright © 2002-2003 Ant-Contrib Project. All rights Reserved.