sql >> Base de Datos >  >> RDS >> Mysql

Cómo cargar archivos de texto, pdf, doc, zip a través de la carga de archivos PHP a MySQL

Prueba esto:

if ($_FILES["photo"]["type"] == "image/gif" ||
$_FILES["photo"]["type"] == "image/jpeg" ||   
$_FILES["photo"]["type"] == "image/pjpeg" || 
$_FILES["photo"]["type"] == "application/zip" || 
$_FILES["photo"]["type"] == "application/pdf" || 
$_FILES["photo"]["type"] == "application/msword" || 
$_FILES["photo"]["type"] == "application/vnd.openxmlformats-officedocument.wordprocessingml.document")

Puede ver los diferentes tipos de MIME aquí:http://en.wikipedia.org/wiki/ Internet_media_type