Hi below is the mime type for uploading docx file in codeingiter:
‘docx’ => array(‘application/msword’,’application/vnd.openxmlformats-officedocument.wordprocessingml.document’,’application/octet-stream’)
Write the above code in config/mimes.php.
Hope the above code will solve your problem.