class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
Can you refer me to your development listings of mime-types?
I'm writing if statements to embed a image extensions (like wordpress media library icons) and I can't find audio/x-ms-wma @ w3schools. I don't want to miss anything but it's not really a major problem because if ever I missed one mime-type, it prints the default blank icon.
The list of MIME types in the class has been gathered overtime. Sometimes users send me some MIME types they find in the wild, and ask me to include them in the class.Reply
Can you refer me to your development listings of mime-types?
I'm writing if statements to embed a image extensions (like wordpress media library icons) and I can't find audio/x-ms-wma @ w3schools. I don't want to miss anything but it's not really a major problem because if ever I missed one mime-type, it prints the default blank icon.