I\'m struggling to make this upload code work for a docx file, it works okay for doc and pdf..
$allowedExts = array(\"pdf\", \"doc\", \"docx\"); $extension =
This following check will help you to upload .docx files:
.docx
$_FILES["txtFile"]["type"] == "application/vnd.openxmlformats-officedocument.wordprocessingml.document"