This is documentation for Plesk 12.5.
Go to documentation for the latest version, Plesk Obsidian.
Response Packet Structure
The upload output XML packet is structured as follows:
-
result, required
Wraps the response retrieved from the server. Data type: resultType (
common.xsd
). -
status, required
Specifies the execution status of the operation. Data type: string. Allowed values: ok | error.
-
errcode, required if the operation fails
Returns the error code. Data type: integer.
-
errtext, required if the operation fails
Returns the error message. Data type: string.
-
name, required
Specifies the name of the uploaded file. Data type: string.
-
file, required
Specifies full name of the created temporary file. Data type: string.