Hallo,
Und dann bitte darauf achten, dass man sich nicht ausführbare Scripte einfängt.
Wenn z.B. nur Bilder hichgeladen werden sollen, hilft getimagesize()
oder den MIME-Type überprüfen
//Bsp: es dürfen bloß Text-Dateien hochgeladen werden
if ($_FILES['datei']['type'] == "text/plain")
{
do_something()
}
mfg, roebert
--
Please do not confuse what we say with what we think we are saying.
(^_^)
Eternity is a very long time, especially towards the end.
Please do not confuse what we say with what we think we are saying.
(^_^)
Eternity is a very long time, especially towards the end.