summaryrefslogtreecommitdiffstats
path: root/createattachment.cgi
diff options
context:
space:
mode:
authorendico%mozilla.org <>1999-08-05 02:36:43 +0200
committerendico%mozilla.org <>1999-08-05 02:36:43 +0200
commit4d981a90bb0541757c11de4663f4df9e08c0d1a2 (patch)
tree71ffded7ae496af33214a9a32d6adf40f7080731 /createattachment.cgi
parent43a8ac71964d884b5bdf6d174245344975a1e2d7 (diff)
downloadbugzilla-4d981a90bb0541757c11de4663f4df9e08c0d1a2.tar.gz
bugzilla-4d981a90bb0541757c11de4663f4df9e08c0d1a2.tar.xz
add image/jpeg, image/png and image/gif mime types
Diffstat (limited to 'createattachment.cgi')
-rwxr-xr-xcreateattachment.cgi3
1 files changed, 3 insertions, 0 deletions
diff --git a/createattachment.cgi b/createattachment.cgi
index 97a1f24b4..b63827707 100755
--- a/createattachment.cgi
+++ b/createattachment.cgi
@@ -58,6 +58,9 @@ What kind of file is this?
<br><input type=radio name=type value=patch>Patch file (text/plain, diffs)
<br><input type=radio name=type value="text/plain">Plain text (text/plain)
<br><input type=radio name=type value="text/html">HTML source (text/html)
+<br><input type=radio name=type value="image/gif">GIF Image (image/gif)
+<br><input type=radio name=type value="image/jpeg">JPEG Image (image/jpeg)
+<br><input type=radio name=type value="image/png">PNG Image (image/png)
<br><input type=radio name=type value="application/octet-stream">Binary file (application/octet-stream)
<br><input type=radio name=type value="other">Other (enter mime type: <input name=othertype size=30>)
<P>