So as I am creating a site that deals with uploads of a variety of kinds, I am coming across mime types that don't exist on every OS/browser and that are unexpected. Examples are the image/pjepg(Windows) and recently mp3 come in as audio/mp3(chrome) and not audio/mpeg.
So I was wondering is there a standardization of mime types for PHP? Or is it based on operating system and browsers?