Custom File Extensions Custom File Extensions
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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