Re: content-type and name parameter
Frank Ellermann <[email protected]>
| Newsgroups | gmane.ietf.rfc822 |
|---|---|
| Organization | <URL:http://purl.net/xyzzy> |
| Message-ID | <[email protected]> |
Francesco Gennai wrote:
> I wonder if there is any client (desktop client for Windows,
> Mac, etc..) that doesn't include the name parameter when
> creating a content-type.
My client adds a redundant name="x" to the Content-Type if and
only if there's also a filename="x" for a Content-Disposition:
attachment.
For Content-Disposition: inline it sometimes (e.g. text/html)
also adds a filename="x", and then it again copies this as a
name="x" to the Content-Type.
Bye, Frank