WMP upload problems WMP upload problems
 

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

WMP upload problems

Started by midorianne, July 07, 2004, 11:16:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

midorianne

I have read through all the other post & could not fix the problem.  I am trying to upload small 30 sec video files in WMP format.  I changed the file names as advised & it still says "o files uploaded".  Any suggestions?  ???
Blessings, Jamie
http://www.midorianne.com

Casper

What do you mean by 'small' exactly.

And by the way, we manage to read all the other posts on these boards, without the need for a magnifying glass, so why did you think you had to post it all in bold text?
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

midorianne

Sorry about the bold... habit from my email...  :-*

The files are 3000 kb, I think that is small.
Blessings, Jamie
http://www.midorianne.com

Joachim Müller

WMP is an unsupported file type, here's the query that builds the list of supported movie file types - if your file is not in the list, you could try to add it manually to the database (at your own risk):INSERT INTO CPG_filetypes VALUES ('asf', 'video/x-ms-asf', 'movie');
INSERT INTO CPG_filetypes VALUES ('asx', 'video/x-ms-asx', 'movie');
INSERT INTO CPG_filetypes VALUES ('mpg', 'video/mpeg', 'movie');
INSERT INTO CPG_filetypes VALUES ('mpeg', 'video/mpeg', 'movie');
INSERT INTO CPG_filetypes VALUES ('wmv', 'video/x-ms-wmv', 'movie');
INSERT INTO CPG_filetypes VALUES ('swf', 'application/x-shockwave-flash', 'movie');
INSERT INTO CPG_filetypes VALUES ('avi', 'video/avi', 'movie');
INSERT INTO CPG_filetypes VALUES ('mov', 'video/quicktime', 'movie');


GauGau

midorianne

Thank you.. I will just convert them.   :)
Blessings, Jamie
http://www.midorianne.com