Manipulating the application behavior based on the file type is a common scenario (like checking if used uploaded a PDF file or text file; whether video is custom player compatible or not, etc.). The whole process here depends on the MIME type that can be captured from the file extension and accuracy of getting MIME …
Continue reading “Get MIME Type”