Bug 232096 - documenting content-type parameter for attachment.cgi.

This commit is contained in:
gerv%gerv.net 2004-02-02 23:09:05 +00:00
Родитель 586744e7f3
Коммит bef3337eff
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -584,6 +584,12 @@
reverse order and edit the referring file so that they point to the
attached files. This way, the test case works immediately
out of the bug.
</para>
<para>Bugzilla stores and uses a Content-Type for each attachment
(e.g. text/html). To download an attachment as a different
Content-Type (e.g. application/xhtml+xml), you can override this
using a 'content-type' parameter on the URL, e.g.
<filename>&amp;content-type=text/plain</filename>.
</para>
</section>
</section>