I send a JSON to the websocket. JSON and sending is defined like this:
var binary = btoa(Uint8ToString(view));
var toSend = {
'fileName': fileName,
'sequence': SendedChunks,
'data': binary.toString()
};
var z = JSON.stringify(toSend...
asked by
30.09.2017 / 01:51