mamchenkov.net
MIME type of uploaded files in PHP
Today I came across something that rather puzzled me at first, seemed irresponsible and such, but was cleared later, upon reading the manual. When uploading files in PHP, variable $_FILES stores a bunch of information about each file. One of those stored bits is the MIME type of the file. I was puzzled with how … Continue reading MIME type of uploaded files in PHP