News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Custom File Extensions

Started by Jarchan, January 25, 2005, 12:53:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jarchan


How can I allow custom extensions such as .nltrack??  ???

Joachim Müller

use a database tool like phpMyAdmin and edit coppermine's "filetypes" table (if you know what you're doing). Note that you can only make coppermine use it as document type, you will not be able to manipulate images this way, as the image libraries coppermine can work with (GD and ImageMagick) would have to support the custom extension as well as the coppermine code.

Joachim