Can upload video files
- Single Page
Posted 08 April 2012 - 11:52 AM
Posted 09 April 2012 - 10:05 AM
$config['grocery_crud_file_upload_allow_file_types'] = 'flv|gif|jpeg|jpg|png|tiff|doc|docx|txt|odt|xls|xlsx|pdf|ppt|pptx|pps|ppsx|mp3|m4a|ogg|wav|mp4|m4v|mov|wmv|avi|mpg|ogv|3gp|3g2';
By default you already can upload: mov,wmv,avi,mpg,ogv,3gp,3g2 and mp4, you will just add the .flv files and :
$config['grocery_crud_file_upload_max_file_size'] = '100MB';
Posted 09 April 2012 - 12:59 PM
Posted 18 June 2012 - 12:39 PM
Posted 18 June 2012 - 14:08 PM