How to Create a File Type Validation using PHP
This tutorial tackles on how to create a file type validation using PHP. File type or mime type is the same as the file extension of a file being uploaded. This tutorial will teach you on how to check the file/mime type or the file extension of a file.