Codeigniter video upload
Requirements
1.Create folder called "video" in the root folder
2.sometimes mime types has to be added for flv and wmv.so add the following lines into config->mimes.php file
3.Need to increase the maximium upload size of php.ini if you need to upload a video size of more than 2MB (Deafult is 2M).
change following line in php.ini (Here I have add 10M.)
Form View - This is for uploading video
Controller function
Display View - This is for displaying uploaded video
Post a Comment
Post a Comment