Hi there...
I was wonder if anyone can explain to me why i can upload files .zip with the Internet Explorer [windows] and i can't do that in linux with konqueror or netscape ?!
i gona show the code that blocks any file without .zip extension:
if ($userfile_type!="application/x-zip-compressed" && $userfile_type!="application/x-gzip-compressed") { echo "<center><font face=\"Verdana\" size=\"1\">Only .zip or .tar.gz files are allowed!</font></center><br>"; $error=1; }
thanks
kil