Follow up on multipart/x-mixed-replace

npatil@cs.tamu.edu writes:
 > 
 > Hi
 > 
 > I wrote the following piece to implement the multipart/x-mixed-replace
 > MIME type.  It appears that everything is being written onto the 
 > socket connection fine but Netscape is not able to interpret whatever
 > is received...
 > 
 > Can anyone tell me where I am going wrong here.

It would be cool to actually get the output generated by your
resource. Also, instead of client.getOutputStream, you should rather
use request.getOutputStream, and set your reply status code to
HTTP.DONE (that's a trick to tell the Jigsaw engine that you have
generated the output)

Anselm.

Received on Monday, 4 August 1997 03:36:12 UTC