|
Is .wmv in your allowable file extention types in admin?
Also check your php info to see what your max uploadable filesize is set to in PHP
Your not going to be able to upload a 3mb file if your max file uploable size is 2mb on a default PHP install.
|