Hi all,
I tried to upload apk file using the great GC library with no succses. I am using CodeIgniter v2.2.1 and grocery-crud v1.5.0.
I added this line:
'apk' => array('application/vnd.android.package-archive', 'application/octet-stream')
to file config/mimes.php.
and edited config/grocery_crud.php and added apk file to the grocery_crud_file_upload_allow_file_types:
$config['grocery_crud_file_upload_allow_file_types'] = 'apk|gif|jpeg|jpg|png|tiff|doc|docx|txt|odt|xls|xlsx|pdf|ppt|pptx|pps|ppsx|mp3|m4a|ogg|wav|mp4|m4v|mov|wmv|flv|avi|mpg|ogv|3gp|3g2';
I tried it with employees_management examples code and even simple id, url table.
I can upload pictures and text files fine but apk file failed. What I missed??
Thanks in advance.