ActiveTransfer Server 10.15 | webMethods ActiveTransfer Documentation | Administering ActiveTransfer Server | API Support for HTTP file operations | Uploading a file
 
Uploading a file
Use this API to upload a file.
Payload type
Body
Headers
form-data (key-value)
uploadPath: <vfs path for which the user is accessible to>
Authorization
file: <file to be uploaded>
Content-Type:
multipart/form-data; boundary=<calculated when the request is sent>
Response
{
"success": "true" <If API request is success and false in case of failure>,
"responseMessage": " < message associated with the operation.> "
}