UPLOAD_ERR_EXTENSION (#8) in PHP?

trioh

New Member
I'm completely stuck on this one.Whenever I upload a large file, larger than 8MB (approx), I get this error code in the $_FILES array...I looked at the loaded extensions, but it didn't help... The max file upload is 50M and the max post is 55M.Has anyone else had this problem before, and know of an extension that may be causing it?edit: I just noticed that's it's actually caused by attempting to upload binary files (a 5KB a.out file doesn't upload). How can I allow this? What extension is blocking the upload of binary files?
 
Back
Top