Method HttpRequestMessage() :addFileParameter() Foundation
Adds a file parameter.
:addFileParameter( <cName>, <cSourceFile> [,<cTargetFile>] ) --> self
:addFileParameter() returns the object executing the method.
The method :addFileParameter() adds a file parameter to the parameter list. The file is uploaded to the server when the message is sent. Existing values are preserved, which means that if a parameter named <cName> already exists, the value specified in <cValue> is appended to this parameter's value list.
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.