#2930 closed defect (worksforme)
jpg vs JPG
Reported by: | anonymous | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Uploading files with a jpg extention results in an error of "unknown attachment type" while uploading JPG files is OK. In addition - it is then impossible to remove the attachment via the wiki interface.
I'm opening this ticket because I could not find anything else related to it and i think this is a pretty important issue as no one wants dozens of attachments flooding wiki pages - unable to delete them.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
If you are planning on having a large collection of files that require frequent changes, you should consider using subversion.
The error "Unknown attachment type" indicates that the URL path after "/attachment" isn't one of the know types: "wiki" or "ticket". Capitalization of "jgp" doesn't matter.
For removing attachments you need the relevant permission: WIKI_DELETE or TICKET_DELETE depending on what it's attached to.