This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil MDK5 HTTP server - form input names

Hello there,


I am developing an application using Network Component Version 7.13.1. The application has a HTTP Server and I am using method POST in a several of html pages to submit my device configurations.


Every time that a POST is received by HTTP Server, it calls netCGI_ProcessData(), but I don't know how to find out what form is being submitted.


Should I use unique input names in my html pages even in different forms? Or is there any way to work with different forms with same input names?


Regards,

Murilo