check that the client had requested and been sent at least half of the images.
Except that that's impossible. The HTML page must be sent first so that the client will know which images to request. If the server doesn't send the HTML, it will never receive requests for the images in the first place, and if it sends the HTML, the client will display it. | [reply] |