POST /me.php HTTP/1.1
Host: example.com
User-Agent: ESP8266
Content-Type: multipart/form-data; boundary=РАЗДЕЛИТЕЛЬ
Content-Length: (суммарный объём, включая дочерние заголовки)
Connection: keep-alive
Keep-Alive: 300
(пустая строка)
--РАЗДЕЛИТЕЛЬ
Content-Disposition: form-data; name="AttachedFile1"; filename="myfile.bin"
Content-Type: application/octet-stream
(пустая строка)
(двоичное содержимое файла)
--РАЗДЕЛИТЕЛЬ--