|
@@ -36,6 +36,7 @@ class Upload
|
|
|
public $mine = array(
|
|
|
'*' => 'application/octet-stream',
|
|
|
'323' => 'text/h323',
|
|
|
+ '3gp' => 'video/3gp',
|
|
|
'acx' => 'application/internet-property-stream',
|
|
|
'ai' => 'application/postscript',
|
|
|
'aif' => 'audio/x-aiff',
|
|
@@ -125,6 +126,8 @@ class Upload
|
|
|
'movie' => 'video/x-sgi-movie',
|
|
|
'mp2' => 'video/mpeg',
|
|
|
'mp3' => 'audio/mpeg',
|
|
|
+ 'mp4' => 'video/mp4',
|
|
|
+ 'webmp4' => 'video/webmp4',
|
|
|
'mpa' => 'video/mpeg',
|
|
|
'mpe' => 'video/mpeg',
|
|
|
'mpeg' => 'video/mpeg',
|