Adds a disk file to the parameters by specifying the MIME type. This method is useful to implement file upload features.The parameter created by this method is suitable for the doPostMultipart method.
void addFile ( paramName, fileName, mimeType )
1. paramName is an alphanumeric data item that specifies the parameter name.
2. fileName is an alphanumeric data item that specifies the disk file name.
3. mimeType is an alphanumeric data item that specifies the MIME type.
1. fileName can be either just the file base name, a relative file path or an absolute file path.
| Copyright (c) 2017 Veryant |
| Contact us |
|
Please share your comments on this manual or on any Veryant product documentation with the email button at the top left |