diff options
author | endico%mozilla.org <> | 1999-08-05 00:36:43 +0000 |
---|---|---|
committer | endico%mozilla.org <> | 1999-08-05 00:36:43 +0000 |
commit | 4d981a90bb0541757c11de4663f4df9e08c0d1a2 (patch) | |
tree | 71ffded7ae496af33214a9a32d6adf40f7080731 /createattachment.cgi | |
parent | 43a8ac71964d884b5bdf6d174245344975a1e2d7 (diff) | |
download | bugs-4d981a90bb0541757c11de4663f4df9e08c0d1a2.tar bugs-4d981a90bb0541757c11de4663f4df9e08c0d1a2.tar.gz bugs-4d981a90bb0541757c11de4663f4df9e08c0d1a2.tar.bz2 bugs-4d981a90bb0541757c11de4663f4df9e08c0d1a2.tar.xz bugs-4d981a90bb0541757c11de4663f4df9e08c0d1a2.zip |
add image/jpeg, image/png and image/gif mime types
Diffstat (limited to 'createattachment.cgi')
-rwxr-xr-x | createattachment.cgi | 3 |
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> |