Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: WMP upload problems  (Read 4136 times)

0 Members and 1 Guest are viewing this topic.

midorianne

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 4
    • Midorianne
WMP upload problems
« on: July 07, 2004, 11:16:19 pm »

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?  ???
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: WMP upload problems
« Reply #1 on: July 08, 2004, 12:37:14 am »

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?
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 4
    • Midorianne
Re: WMP upload problems
« Reply #2 on: July 08, 2004, 02:17:38 am »

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

The files are 3000 kb, I think that is small.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: WMP upload problems
« Reply #3 on: July 08, 2004, 07:09:41 am »

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):
Code: [Select]
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
Logged

midorianne

  • Coppermine newbie
  • Offline Offline
  • Gender: Female
  • Posts: 4
    • Midorianne
Re: WMP upload problems
« Reply #4 on: July 08, 2004, 10:06:42 am »

Thank you.. I will just convert them.   :)
Logged
Pages: [1]   Go Up
 

Page created in 0.031 seconds with 19 queries.