I'm using JSON resumable upload in order to upload a file to a cloud storage. But there is no information about "how to retrieve the upload progress state", in the documentation.
In the browser it just says "pending" until the file is uploaded. Any idea how to get progress informations from the client or server?