My question is similar to this one /topic/169-allowed-types-for-file-upload/
The answer there is no longer updated. With the version 1.4, could the file types be set directly from the function? Something like this one:
$crud->set_upload_file_types('jpg','apk');
Thanks