For this script, it checks to see if the file is a microsoft words doc or ppt. I am not sure why this isn't running because it works for image MIME and text/plain.
Ben bu nedenle tüm MIME türleri zaten sağ yüklü olmalıdır PHP 5.3.1 kullanıyorum?
Ben kelimeleri ve PowerPoint 2007 yükleyerek duyuyorum.
//Does the file have the right MIME type?
if ($_FILES['userfile']['type'] !='application/msword') {
echo 'Problem: file is not words doc.';
exit;
}
Ben msword yükleyemiyorum EĞER, bir resim türü haline kelimeleri doc dönüştürmek için bir yolu var mı?