class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I'm using this script and I'm very glad to say is the best. The problem is, when I try to upload a pdf file, from a pc with windows Xp is no problem, from a computer with vista is an error: Incorrect type of file
I'm using this script and I'm very glad to say is the best. The problem is, when I try to upload a pdf file, from a pc with windows Xp is no problem, from a computer with vista is an error: Incorrect type of file
line 2593 to 2598:
if (!$allowed) { $this->processed = false; $this->error = $this->translate('incorrect_file'); } else { $this->log .= '- file mime OK : ' . $this->file_src_mime; }I don't know where is the problem. Can you help me please?
Thank you in advance.