Search found 2 matches
- Fri Mar 22, 2024 3:17 pm
- Forum: ESP32 Arduino
- Topic: Sending video(.avi) and audio (.wav) files from ESP32 via http post multipart/form-data to server
- Replies: 2
- Views: 2440
Re: Sending video(.avi) and audio (.wav) files from ESP32 via http post multipart/form-data to server
Solution was found in an Arduino forum post (https://forum.arduino.cc/t/sending-vide ... er/1234706).
- Tue Mar 12, 2024 6:05 pm
- Forum: ESP32 Arduino
- Topic: Sending video(.avi) and audio (.wav) files from ESP32 via http post multipart/form-data to server
- Replies: 2
- Views: 2440
Sending video(.avi) and audio (.wav) files from ESP32 via http post multipart/form-data to server
Hi, I really love the features of ESP32. However, I can't find a method of sending .avi and .wav files generated on the board and stored on the sd card via http post multipart/form-data. Board : XIAO ESP32S3 (Sense) UseCase : I would like to use a Arduino script to record both video and audio with t...