HTML 5 Video Uploader ogg/ogv |
[eluser]pdxbenjamin[/eluser]
Hi I'm trying to upload an ogg/ogv video file, but it's not working at all. I've added this to my mime.php 'ogg' => 'application/ogg', 'ogx' => 'application/ogg', 'ogv' => 'video/ogg', 'oga' => 'audio/ogg' I've modified my php.ini file to allow uploads of 200M. And my test .ogv is 57M I'm using the uploading scripts from here. http://ellislab.com/codeigniter/user-gui...ading.html I'm getting this error... You did not select a file to upload. I'm not sure how to view more detailed errors... I'm not sure what else I'm doing wrong .. |
Messages In This Thread |
HTML 5 Video Uploader ogg/ogv - by El Forum - 06-12-2010, 05:02 PM
HTML 5 Video Uploader ogg/ogv - by El Forum - 06-13-2010, 01:38 PM
HTML 5 Video Uploader ogg/ogv - by El Forum - 06-13-2010, 06:25 PM
|