i am using this condition to check my uploaded csv file.
$_FILES['csv_file']['type'] == "application/octet-stream"
||
$_FILES['csv_file']['type'] == "text/plain"
even-though i am uploading csv file it show error i.e my csv file not uploading...