Mysql
 sql >> Base de données >  >> RDS >> Mysql

Comment télécharger un fichier texte, pdf, doc, zip via un téléchargement de fichier PHP sur MySQL

Essayez ceci :

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")

Vous pouvez consulter les différents types MIME ici :http://en.wikipedia.org/wiki/ Internet_media_type