diff options
author | gerv%gerv.net <> | 2004-02-03 08:09:05 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2004-02-03 08:09:05 +0100 |
commit | 495b08f155353e4990b99548b65432bcd255f31f (patch) | |
tree | 7fd32e5e769ffc924e3d610c2726c02055f97cb3 /docs/xml/using.xml | |
parent | 140ae8ff6d65c173a3d68f84f7e14596da3123f2 (diff) | |
download | bugzilla-495b08f155353e4990b99548b65432bcd255f31f.tar.gz bugzilla-495b08f155353e4990b99548b65432bcd255f31f.tar.xz |
Bug 232096 - documenting content-type parameter for attachment.cgi.
Diffstat (limited to 'docs/xml/using.xml')
-rw-r--r-- | docs/xml/using.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xml/using.xml b/docs/xml/using.xml index 27f745df5..75932c19d 100644 --- a/docs/xml/using.xml +++ b/docs/xml/using.xml @@ -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>&content-type=text/plain</filename>. </para> </section> </section> |