Method HttpMessage() :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.
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.