Page 1 of 1

File upload from esp32 using esp_http_client possible?

Posted: Sat Oct 13, 2018 3:31 pm
by amehta
Can esp_http_client send file from esp32 to any server? I cannot find anything on this. Thanks

Re: File upload from esp32 using esp_http_client possible?

Posted: Sun Oct 14, 2018 3:59 pm
by fly135
I upload recorded audio data to a server as octet content in my project using esp_http_client. Not exactly file content though I guess.

Re: File upload from esp32 using esp_http_client possible?

Posted: Sun Oct 14, 2018 4:14 pm
by amehta
@fly135

I tried to use whats been described in this post https://esp32.com/viewtopic.php?f=2&t=7 ... 212#p32212 but its failing. Waiting for the resolution on this.