Uri
/services/maps/
Method
ms.upload
Summary
This method will upload the selected file and attach it as evidence to a specific assignment
Arguments
| Parameter | Data Type | Notes |
| file | alphanumeric | required |
| key | alphanumeric | required |
| ms_id | numeric | required |
| session | alphanumeric | required |
| extract | numeric | optional ( Indicate that file is too be extracted, this is only valid for zip files.) |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <file id="10839" name="TSCU.flv" extension="flv" size="6421858"> </file> </response> |