Dateitypen zum Hochladen

counteract

Erfahrenes Mitglied
Hallo!

Ich habe ein Problem, ich möchte beim Upload festlegen welche Dateitypen hoch geladen werden dürfen!

Bei Bildern geht das ja so:

if($type != "image/gif" && $type != "image/pjpeg")

Wie geht das aber bei pdf, doc, zip und rar?

Was muss man da angeben?

MfG

Counteract
 
also ist das dann so richtig?

if($type != "application/msword" && $type != "application/pdf" && $type != "application/pdf" && $type != "application/zip")

Ich habe leider das zip nicht gefunden, weil es dazu nur einen Link gibt indem nichts dazu steht!
 
Zurück