Is there any way to send the blob to the server in real time (streaming)? I looked for sockets but I did not have good results ...
Is there any way to send the blob to the server in real time (streaming)? I looked for sockets but I did not have good results ...
Use WebSockets to connect to the server and perform binary transfer. Note that not all browsers accept WebSockets binary mode. A good start to learning WebSockets is using Node.js. Maybe I can help you more about this if you better specify your question.