plugin is awesome but I have got one problem .. I wanna upload flv videos of size more than 20MB .. I have used this in wp-config.php
ini_set(“post_max_size”, “30M”);
ini_set(“upload_max_filesize”, “30M”);
but when I tried to upload , after 15-20 minutes the result was nothing not even any kind of error message , so what should I do now ??