RE: Processing an HTTP Post (not form)

2001-11-01 Thread Lomvardias, Christopher
Ben, What type of data is the applet posting? Can you tell why it is posting it using the application/octet-stream content type? This content type is more commonly used to transport files. Chris -- Chris Lomvardias [EMAIL PROTECTED]

RE: Processing an HTTP Post (not form)

2001-11-01 Thread Dave Watts
> I have a java applet that posting some data to my cold fusion > template. But I can't seem to access the data. It doesn't appear > to be showing up in a FORM post, more of a raw-socket post as > far as I can tell from the documentation. When I output the CGI > structure seen by the webserver