Búsqueda MIME type · Guía
MIME Types for File Uploads
Uploads rely on MIME types for validation, but they are only part of a safe check. Here is how to use them well.
Validate the declared type
Checking the uploaded file’s MIME type against an allow-list is a sensible first gate, rejecting obviously wrong formats early.
Do not trust it alone
A client can lie about the MIME type, so combine it with extension checks and server-side content inspection for anything security-sensitive.
Preguntas frecuentes
Puedo usarlo en trabajo de produccion?
Si, para inspeccion, formato y generacion rapida. Revisa siempre el resultado antes de llevarlo a codigo o configuracion de produccion.
¿Listo para probarlo?
Abre la herramienta gratuita Búsqueda MIME type en el navegador y aplica lo que acabas de leer: sin registro y procesando localmente.
Abrir la herramienta Búsqueda MIME type