Method HttpRequestMessage() :setFileParameter() Foundation

Sets the value of a file parameter.

Syntax
 
:setFileParameter( <cName>, <cSourceName> [,<cTargetName>] ) --> self
Parameters
<cName>
A character string with the logical name of the file. This name is used for accessing the file on the server.
<cSourceFile>
A character string with the name and the path of the local file on disk.
<cTargetFile>
A character string with the name of the target file on the server. This parameter is optional. It defaults to the filename part in the <cSourceFile> parameter.

<cTargetFile> is transmitted as-is. No transformation is applied to the string. If a special encoding is required, for example, a Base64 encoding for diacritical characters such as Umlauts, it must be applied manually before assigning the string to <cTargetFile>.

Return

:setFileParameter() returns the object executing the method.

Description

The method :setFileParameter() defines the value of a certain file parameter. Existing parameter values are replaced with the file specified.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.