-->
Page 1 of 1

Uploading huge amount of data through HTTP Post

PostPosted: Wed Jun 24, 2015 3:51 am
by helpme
I would like to use a stand-alone ESP8266 to do a HTTP Post and upload a huge amount of data. The parameter string can be up to 1000 bytes. Is this possible? Are there any sample code on how this can be done?

Re: Uploading huge amount of data through HTTP Post

PostPosted: Wed Jun 24, 2015 6:38 am
by bjpirt
I'm currently uploading an Arduino firmware file using a HTTP POST using esp-httpd and that weighs in at up to 32kB so you should be fine. esp-httpd can stream the post body out.

Ben