Custom File Extensions Custom File Extensions
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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