Hi,
Finally i could able to post data using POST command. You can upload data into web server using POST or even GET command. All depends on the server (server may accept data by POST or GET command). To know what server accepts using sniffer. For that i tried below link to download.
https://www.wireshark.org/download.html
Regarding POST command i tried with the below link.
**broken link removed**
First i sniffed the data transmitting between my PC and server using above link.
Based on that i tried the same using AT commands from HyperTerminal.
at+cipstart=”TCP”,”216.128.29.26”,”80”
POST **broken link removed** HTTP/1.1^m^j
Host: www.w3schools.com^m^j
Content-Type: application/x-www-form-urlencoded^m^j
Content-Length: 10^m^j^m^j
Celsius=32^z (Nothing to be pressed and even without gaps)
Note: ^m is Carrier return
^j is Line Feed
^z is Ctr-Z
and ^ is the symbol from Keyboard.
Regards
Vishnu