How does the File Manager determine the type ?
The Mime type for jpg appears to be okay.
In a browser, looking at a "fancyIndex", the exact same file named as logo.jpg and logo.JPG in both instances shows an image icon as expected.
In File Manager,
logo.jpg shows an image icon and type image/x-generic
logo.JPG shows up incorrectly as text/x-generic however
Mime types are supposed to be case-insensitive.
The Mime type for jpg appears to be okay.
Code:
# grep -i jpg /usr/local/apache/conf/mime.types
image/jpeg jpeg jpg jpe
In File Manager,
logo.jpg shows an image icon and type image/x-generic
logo.JPG shows up incorrectly as text/x-generic however
Mime types are supposed to be case-insensitive.