Re: mosaic pre6 coming soon, and more forms stuff

Tony Sanders (sanders@bsdi.com)
Mon, 11 Oct 1993 23:06:31 -0500


> fields for fill-out forms forms. I have promised him that no one
> would use multiline text fields until we have a real submission method
> (which we now have, I think, from the recent discussion). But we
One issue is what to call the content... I vote we use:
application/x-www-form-simple for the current encoding style
multipart/mixed for complex forms (e.g., audio)

If we put the string in the message body (application/x-www-form-simple)
and treat it as binary it shouldn't matter how long the line is like it
does for the URL part. MIME will take care of the rest (e.g., if it
needs to go through a mail gateway it could get encoded as BASE64).
BTW: I vote we start explicitly using:
Content-Transfer-Encoding: BINARY
In the HTTP/1.0 protocol. This will make it easier on mail based
transports to do the right thing.

multipart/mixed we can worry about later.

--sanders