Method HttpMessagePart() :setFilePart() Foundation
Sets the value of a file part.
:setFilePart( <cName>, <cSourceName> [,<cTargetName>] ) --> oMessagePart
:setFilePart() returns the message part object that is set to the message or message part. The headers of the new message part are automatically set up for uploading the file.
The method :setFilePart() defines the value of a certain file part. This causes an implicit upload of the file to the server.
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.