Custom File Extensions Custom File Extensions
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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