> I'm trying to implement a file upload on a website so people can send us
> files of their work and I'm having a fantastic success with text files.
> The problem comes when I try to upload binary files such as zip or mp3,
> when I get the typical file attack error mesage from the script, in
> other words, the is_uploaded_file() function does not recognise the file
> correctly.
I do have the same problem on my WinNT box. I'm using
php to store the file in a LargeBlob field in my mysql database.
Text files upload successfully but binary files don't ( the Insert
query fails ). If someone knows something let us know.
Bye,
--
Nick Mpeglitis.
The first thing we do, let's kill all the lawyers.
-- Wm. Shakespeare, "Henry VI", Part IV
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]