Find the true content type of any file. How to inspect MIME types online with Bagiqo.
The MIME type tells a server or browser what kind of content a file contains. A file with a misleading extension can be rejected or served wrong, so checking the real type is useful.
The file MIME type checker inspects a file and reports its actual content type.
How to use it
- Open the MIME type checker.
- Upload the file.
- Read the detected type.
When to use it
- Checking an upload before processing.
- Fixing files with wrong extensions.
- Debugging download behavior.
For image internals, combine with the EXIF reader.