diff options
-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> |