Receive data in Arduino by POST.

I am working on a project where arduino is acting as a web-server and my PC is sending data by http POST method to the IP address of the arduino.

My questions-

  1. Where is the received data stored by arduino?
  2. How to access it?
  1. Wherever your program put it.
  2. However you want.

Post your code.