LwIP - code for POST method
I created a webpage associated with the IP address of my Discovery board. The page allows you to choose a txt file and send it to the board.
What I want to do is receive the txt file and read what is inside. I know I have to implement a code to match the POST method implemented in the webpage.
I think I have to use a function like httpd_post_receive_data() that I found in httpd.h but I don't know how to use it..
Is there any example that shows this part? or other ways to do it?
Thanks!
#stm32f7 #discovery #lwip