-->
Page 2 of 2

Re: How to send lot of raw data to computer?

PostPosted: Tue Aug 14, 2018 3:27 am
by Smajdalf
Thanks for help. In the example files I have found
Code: Select allserver.setContentLength(CONTENT_LENGTH_UNKNOWN);
server.send(200, "text/plain", "");
server.sendContent(something);
server.sendContent(something else);
...

which works as I need.