forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upload => Topic started by: Florin on October 24, 2011, 04:47:27 am

Title: Unable to use new file type .mpo
Post by: Florin on October 24, 2011, 04:47:27 am
Hello,

I added a new file type, mpo, to the Gallery Configuration, File settings. I first added it to Allowed image types, then to Allowed document types. But at the end of the upload I get the message: "Only files with the following extensions are accepted:"
I checked the server and there is no restriction on this file type. I even added the extension as a mime type in the server control panel.
Another attempt was to add the file extension in Filetypes editor plugin. The result was invariably the same.
Please help.
Title: Re: Unable to use new file type .mpo
Post by: Αndré on October 24, 2011, 02:04:52 pm
Another attempt was to add the file extension in Filetypes editor plugin. The result was invariably the same.
That was the correct approach. If a file type doesn't exist in the filetypes table, you need to add it (e.g. with that plugin) and then add the file type to the allowed file types in the config.
Title: Re: Unable to use new file type .mpo
Post by: personzero on December 17, 2011, 07:43:28 pm
Hi florin,

I ran into the same problem with the mp4 filetype. My problem was solved by adding the filetype manually to the filetypes table:

mysql>insert into cpg134_filetypes (extension,mime,content,player) values ('mp4','video/mp4','movie',WMP');