Results upload protocol
ANT sends data to the server as
a MIME document of
multipart/form-data type
using the POST request of HTTP.
Successful upload
In the case of successful file processing,
the server must respond by a 200 OK response and the response body
must start with a line
ANT: OK informational text
The informational text is displayed on the ANT device after an upload attempt.
Unsuccessful upload
In the case of a system failure,
the server responds by a standard HTML error response.
In the case of error in data processing,
the server responds by a 200 OK response and the response body
must start with a line
ANT: ERR informational text
The informational text is displayed on the ANT device after an upload attempt.