Enable .wmv File Upload
Viewing 1 Posts - 1 through 1 (of 1 total)
Author | Posts |
---|---|
July 18, 2014 at 6:59 am 23736 | |
Sekander Badsha | In user frontend, .wmv file format is not supported by default. So to upload videos with .wmv extension, open wpuf-functions.php and go to line 396 and you'll see something like this:
OLD:
'video' => array('ext' => 'avi,divx,flv,mov,ogv,mkv,mp4,m4v,divx,mpg,mpeg,mpe', 'label' => __( 'Videos', 'wpuf' )),
Please change to:
'video' => array('ext' => 'avi,divx,flv,mov,ogv,mkv,mp4,m4v,divx,mpg,mpeg,mpe,wmv', 'label' => __( 'Videos', 'wpuf' )),
You can add any more format as you want in this way. |
July 20, 2014 at 9:26 pm 23819 | |
Sekander Badsha | Thanks Ben! You’re awesome (y) |
Viewing 1 Posts - 1 through 1 (of 1 total)