Search found 1 match
- Wed Sep 21, 2022 5:42 am
- Forum: ESP IoT Solution
- Topic: HTTP multipart/form-data with ESP32
- Replies: 0
- Views: 3677
HTTP multipart/form-data with ESP32
Hello, We are trying to implement OTA with ESP32 and thinking of using HTTP multipart/form-data as a protocol. Since we don't have a broad background in this protocol type, I wonder how we can receive HTTP multipart/form-data(file) from the server (to ESP32). Could you give me any code examples, use...