]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
add image/jpeg, image/png and image/gif mime types
authorendico%mozilla.org <>
Thu, 5 Aug 1999 00:36:43 +0000 (00:36 +0000)
committerendico%mozilla.org <>
Thu, 5 Aug 1999 00:36:43 +0000 (00:36 +0000)
createattachment.cgi

index 97a1f24b4b829e6d5ba54b00d6530672d6d8ae72..b638277075673f8aca094780aa166e029b358ef3 100755 (executable)
@@ -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>