How can I get support for that file type to be added. It's played in quicktime, but even with the ALL setting in the gallery, it won't allow that extention.
Thanks,
Jack
reply to jack1@jackamus.com
use a database tool like phpMyAdmin, browse coppermine's filetypes table and add an entry for the filetyp3 there (or run a query like this:INSERT INTO CPG_filetypes VALUES ('3q2', 'video/quicktime', 'movie');
, replacing CPG with the prefix you chose for your coppermine install).
Joachim
Thank You!!!
THANX! I did it for the file type 3gp. With myphpadmin I opend the table cpg140_filetypes. Then clicked 'add' Filled in the filename 3gp, then the mime video/video, and last the content 'movie'.
Quote from: MaPzel on December 17, 2005, 03:17:30 PM
THANX! I did it for the file type 3gp. With myphpadmin I opend the table cpg140_filetypes. Then clicked 'add' Filled in the filename 3gp, then the mime video/video, and last the content 'movie'.
Thanks.
Same here with
INSERT INTO cpg143_filetypes VALUES ('3gp', 'video/quicktime', 'movie', 'QT');
I am using cpg1.4.6.