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:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

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.

share|improve this question
1  
You can use Sending a file via POST using raw HTTP (Putty) – KIIV Jul 27 at 18:22
    
Look at the web server example, it includes file uploading. – Matt Jul 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 – Raj Jul 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 – Raj Jul 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 – Raj Aug 18 at 18:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.