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

Darren New (dnew@sgf.fv.com)
Tue, 22 Aug 1995 15:11:18 +0100


> 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.