php file upload, how to restrict file upload type

前端 未结 5 1178
小蘑菇
小蘑菇 2020-11-29 11:38

I have the following code to check if (resume and reference letter uploaded match desired type (pdf OR doc OR docx) and size (less than 400 kb)

//check file          


        
5条回答
  •  独厮守ぢ
    2020-11-29 12:30

    The Mime type for docx is application/vnd.openxmlformatsofficedocument.wordprocessingml.document

提交回复
热议问题