Forum Moderators: phranque

Message Too Old, No Replies

getting reponse code

         

satdmail

11:24 am on Dec 9, 2006 (gmt 0)

10+ Year Member



hi,
i am new to this server side technology.
i setup a site with Apache app server and i put some content to download.

when a user request for download, server will give reponse as post data.
now what i want to know is how do server know all teh content has downloaded or not? if at all the content got downloaded.

thanks & regards,
satdmail

Matt Probert

6:30 pm on Dec 9, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The transfer should be recorded in the access log file. A result code of "200" indicates all okay, 206 is 'partial content'.

You can find a full list of result codes at:

[w3.org...]

Matt