Re: can multi-content-type in a message?

> the output for your cgi should look like this:
> 
> [http server headers]
> Content-Type: multipart/mixed;border=ThisRandomString-----
> 
> ThisRandomString-----
> Content-Type: text/html;version=2.0
> 
> [your html here]
> ThisRandomString-----
> Content-Type: audio/au (or whatever it is)
> 
> [the stream here]

Not quite. Each instance of "ThisRandomString" needs "--" before it, and 
the last part needs "--" both before and after.  Check RFC1521.

Received on Tuesday, 22 August 1995 15:18:25 UTC