Allows to retrieve the upload progress of an upload using APC extension.
/mediafile/uploadprogress [GET]
This call needs EGA authentication.
| Parameter (Type) | Description | Required | Default value | Max. length |
|---|---|---|---|---|
| id (ALPHA_NUM) | ID of the upload that has been randomly chosen and provided when the upload was send to the server. | Required | - | |
| server_id (UINT) | The server ID of the upload server. Only required when you have multiple upload servers and with different settings (upload progress). | Optional | 0 | - |
mediafile/uploadprogress&id=1442
{"status":1,"percentage":-1,"message":"Uploading"}