I was just thinking, would it be possible, using a multi part form submit (<form ENCTYPE="multipart/form-data" >) to open a stream from the client TO the server? As in would it be possible to have a full duplex stream ontop of Http?
--Richard Corsale