Page 1 of 1

Send byte arrays as a file to a server

Posted: Fri Aug 10, 2018 10:48 am
by Flow_75
Hello everybody

I'm doing a personal project with a camera and an ESP32 devkit.

I'd like to use a C429 Jpeg camera to take a picture every hour and, via my ESP32 send it to my website.

The camera is connected via spi connection to esp32 to transmit the pic.

I've seen several example of code to transmit data to a webserver (i.e https://github.com/nhatuan84/esp-upload ... UDHttp.cpp)

I've also tried this code : https://www.esp8266.com/viewtopic.php?f=29&t=14235 to test data post sending

I'd like some help to be able to adapt this code so when an image is ready, send the http header and progressively send the data via a post http request to the webserver. Is it possible ?

Thanks.
Could you help me.

Re: Send byte arrays as a file to a server

Posted: Mon Apr 08, 2019 5:31 am
by Timlez107
Hi, were you able to figure this out? Please let me know as I need help too!