Multiple file extensions per MIME [message #18003] |
Wed, 28 April 2004 19:28 |
lahoo
Messages: 62 Registered: April 2004
Karma: 0
|
Member |
|
|
I think the MIME management system would benefit from being able to handle multiple file extension per defined type instead of having to manage almost identical definitions for MIME with multiple possible file extensions.
|
|
|
|
|
Re: Multiple file extensions per MIME [message #18011 is a reply to message #18009] |
Wed, 28 April 2004 20:52 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The handling would still need to be separate, since the query that retrieves this data looks for a single extensions. If you have >1 extension per entry the process of assigning a content type and image becomes a lot slower since you now need to traverse the entries 1 at a time and involve PHP in the process.
FUDforum Core Developer
|
|
|