Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:
I need help from you experts regarding uploading file to webserver from ESP8266 under Arduino IDE. I tried searching all over the net but no lead found. Appreciate any help in pointing me in right direction.
Look at the web server example, it includes file uploading.
– MattJul 27 at 19:18
Thanks KIIV for prompt response and guidance. So you mean it come down to just forming the usual post request to handle multipart content upload
– RajJul 29 at 9:09
Thanks matt for prompt response and encouraging me to read the examples.My impression is that webserver example is for esp8266 acting as webserver. Am I right? While I want to upload file to apache webserver
– RajJul 29 at 9:12
@KIIV Thanks KIIV for prompt response and guidance. So you mean it come down to just forming the usual post request to handle multipart content upload
– RajAug 18 at 18:55