> well, is your form enctype="multipart/mixed" and method="post" ?
>
> did you use open($file, "rb"); (b is important 4 binary)
>
> did you use addslashes when storing the file in mysql ?
>
> well, you ought to specify the problem more exactly...
>
Well,
it was that addslashes() stuff :)
Thank
> 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
> oth
2 matches
Mail list logo