Mysql
 sql >> Datenbank >  >> RDS >> Mysql

So laden Sie Text-, PDF-, Dokument- und Zip-Dateien über den PHP-Datei-Upload in MySQL hoch

Versuchen Sie Folgendes:

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

Sie können sich die verschiedenen MIME-Typen hier ansehen:http://en.wikipedia.org/wiki/ Internet_media_type