hello, sorry if this is a wrong question in the wrong place. since many knowelegable persons are in this forum thought of askin this (programmers are supposed to know every thing right?)
How do the web clients which download files by parts work?(e.g prozilla, download accelerator-DAP etc) from what i read here is how things work usually 1. my web client requests for a file at www.abc.com/file.txt 2. remote http server replies with file size and other headers 3. my client does the download the question arises how my client can request files by part as the above mentioned clients do
