4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: sarron on July 05, 2010, 03:32:51 PM

Title: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: sarron on July 05, 2010, 03:32:51 PM
Hallo,

ich will ein .mp4 File uploaden und bekomme immer die Fehlermeldung:
Die Datei hat ein ungültiges Format (mp4, video/mp)

Wie mache ich es richtig?

In den Einstellungen hab ich mp4 zugelassen.

gruß sarron
Title: Re: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: Jan-Lukas on July 05, 2010, 03:58:07 PM
Na ja,
einfach in der Einstellung was reinschreiben hilf da nicht  :wink:
lese Dir das hier durch

http://www.4homepages.de/forum/index.php?topic=6863.0

LG Harald
Title: Re: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: sarron on July 05, 2010, 04:17:50 PM
Hallo,

da hab ich schon gemacht funktioniert aber irgendwie nicht richtig.

Folgendes hab ich gemacht:

1. Einstellungen / Erlaubte Dateitype n  -->   mp4 eingetragen
2. includes/upload_definitions.php  -->  $mime_type_match['mp4'] = array("video/mp4", "application/octet-stream"); eingetragen
3. mp4.html angelegt  -->  wie in der Beschreibung
4. mp4.gif  -->  angelegt

b ekomme aber immer die Fehlermeldung beim File Upload: Die Datei hat ein ungültiges Format (mp4, video/mp)

Was mach ich falsch?

gruß sarron
Title: Re: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: Jan-Lukas on July 05, 2010, 04:39:03 PM
sollte eigentlich klappen *grübel*
schreibe das mal in deine includes/upload_definitions.php

$mime_type_match['mp4'] = array("video/mp");

Title: Re: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: sarron on July 05, 2010, 04:45:53 PM
HI,

hab schon mehrere Varianten auspobiert. Diese aber noch nicht.

Hat SUPER funktioniert.

DANKE sarron
Title: Re: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: Jan-Lukas on July 05, 2010, 06:30:29 PM
freut mich

LG Harald
Title: Re: Die Datei hat ein ungültiges Format (mp4, video/mp)
Post by: V@no on July 05, 2010, 08:37:35 PM
FAQ -> How can I add more allowed file extensions? (http://www.4homepages.de/forum/index.php?topic=7277.0)