How POST Data is transferred from Web Browser to a Webserver.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prakharv
    New Member
    • Oct 2006
    • 9

    How POST Data is transferred from Web Browser to a Webserver.

    Hi All,

    I would like to unsderstand how POST data is sent from Web Browser to a Webserver esp when we try to upload a file to a server from HTML page.

    And how webserver decodes that data.Actually, I like to understand the how Method="POST" works when we upload the file, and how webserver reads that file data.

    Please, help me out if anyone knows in this regard. Also if someone knows any gud book or link which explains how general Webserver works please tell me.

    Any information in this regard will be appreciated.

    Thanks And Regards
    Prakhar
  • AricC
    Recognized Expert Top Contributor
    • Oct 2006
    • 1885

    #2
    What server side language are you trying to do this with? I will transfer your question there.

    Comment

    • prakharv
      New Member
      • Oct 2006
      • 9

      #3
      Originally posted by AricC
      What server side language are you trying to do this with? I will transfer your question there.
      I am trying to use CGI with C

      Comment

      Working...