Search found 2 matches
- Wed Apr 10, 2019 2:01 am
- Forum: General Discussion
- Topic: Asking for help!!! "OTA using web server"
- Replies: 4
- Views: 7390
Re: Asking for help!!! "OTA using web server"
Where is the "file manager"? Can you help me!!!
- Fri Mar 15, 2019 9:15 am
- Forum: General Discussion
- Topic: Asking for help!!! "OTA using web server"
- Replies: 4
- Views: 7390
Asking for help!!! "OTA using web server"
Dear,
I use web server to send "*.bin" file, and use "post handler" to receive data.
...
$.ajax({\
url: '/echo',
type: 'POST',
data: data
...
httpd_uri_t echo = {
.uri = "/echo",
.method = HTTP_POST,
.handler = echo_post_handler,
.user_ctx = NULL
};
The app runs well when the size of bin ...
I use web server to send "*.bin" file, and use "post handler" to receive data.
...
$.ajax({\
url: '/echo',
type: 'POST',
data: data
...
httpd_uri_t echo = {
.uri = "/echo",
.method = HTTP_POST,
.handler = echo_post_handler,
.user_ctx = NULL
};
The app runs well when the size of bin ...